Javascript Basics-1 Javascript is a scripting language which runs inside a web browser. It was developed by Netscape Navigator. Javascript is an Object Oriented Language with automatic type conversion and doesn’t require variable declaration before use. To run Javascript you need create a html page and add the Javascript within To start with, just write alert(“Hello”); inside a Javascript script tag and load the page. Here is the complete code.