html console log display as alert code example
Example 1: how to print to screen in javascript
console.log("Hello World!");
alert("Console has been updated.");
Example 2: print in javascript
console.log("")
console.log("Hello World!");
alert("Console has been updated.");
console.log("")