Answers for "print en js"

3

how to print a line in javascript

console.log("Your line would be here")//Prints a line on the console 
alert("Your message here")//Raises an alert
Posted by: Guest on April-27-2020
9

how to code print in javascript

console.log("print")
//or
alert("Print")
Posted by: Guest on April-07-2020
0

how to print in java script

console.log("Aighte, bet");
Posted by: Guest on January-08-2021

Browse Popular Code Answers by Language