Javascript–first program
Okay, let’s start writing Javascript!! There are two code snippets here, first one is JavaScript and second one is HTML. Write both these in a Notepad and save as index.html and simplejs.js. Keep both in the same folder and open the html file in a browser. When the file opens, it will be blank. Right …