Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #print #world #javascript
ADD COMMENT
Topic
Name
7+7 =