print hello world from function to html code example
Example 1: javascript hello world
alert("Hello world");
Example 2: print hello world in javascript
console.log("Hello, World!");
console.error("Error, World!"); // For errors
console.warn("Warning, World!"); // For warnings
console.clear(); // To clear the console