how to print js function in html code example
Example 1: how to print to screen in javascript
console.log("Hello World!");
alert("Console has been updated.");
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