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

Popular posts from this blog

Use of Backslash "\n" in C language

COHESION AND COUPLING material

Coding and Testing in software engineering