how to print the data on a webpage javascript code example
Example: how to print to screen in javascript
console.log("Hello World!");
alert("Console has been updated.");
console.log("Hello World!");
alert("Console has been updated.");