javascript print hello world Programming

JavaScript – Write First Scripting Program

  • September 19, 2020
  • 0 Comments

JavaScript has it’s own style of writing codes. It requires the <script> </script> tag. The JavaScript code can be written inside the <script> and </script> tag. We will talk more about it later. So here is our first JavaScript example to print “Hello World!“. Here i am writing inside <body></body>. You can write JavaScript code […]