how to print in javascript code to console code example
Example 1: console.log javascript
console.log(10);
console.log('You can also log numbers')
Example 2: 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