print something to console javascript code example
Example 1: how to print to console javascript
console.log("string")
Example 2: how to print to screen in javascript
console.log("Hello World!");
alert("Console has been updated.");
Example 3: how to print console in javascript
console.log("message here")