Hello World in JavaScript
Posted October 11, 2018
on:Objective:
- How to write Hello World in JavaScript?
- How to write Hello World in JS?
- How to print Hello World in JavaScript?
- How to print Hello World in JS?
Source Code :
Here is the sample code for you:
<html> <body> <script language = "javascript" type = "text/javascript"> document.write("Hello World!") </script> </body> </html>
Git Hub:
You can also download this code from link given here : Hello World in JS
Advertisements
Leave a Reply