Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to print hello world using js

//give output on the console
console.log("Hello World!");

//also u can use alert to create a pop up
alert("Hello World!");
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #print #world #js
ADD COMMENT
Topic
Name
8+2 =