Skip to main content
JavaScript program to print Hello World |How to print Hello world in Javascript|
Print Hello World in JavaScript
- console.log(" "); this is the syntax of the printing statement
- Now, After opening the Google Chrome console and just type the below statement
- console.log("Hello world");
- Now press enter and Hello World will be printed.
- The below images are attached for reference .
Comments
Post a Comment