JavaScript Tutorials for beginner

Hello World in JavaScript

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:

[sourcecode lang=”javascript”]

<html>
<body>
<script language = “javascript” type = “text/javascript”>

document.write(“Hello World!”)

</script>
</body>
</html>

[/sourcecode]

Git Hub:

You can also download this code from link given here : Hello World in JS