Hello World in JavaScript!!!
Where can we write JavaScript?
In the HTML page:
JavaScript is inserted between <script> and </script> tags in the HTML page. You can place any number of scripts in an HTML document.
Scripts can be placed in the <body>, or in the <head> section of...
manishsinghbisht.hashnode.dev2 min read