JavaScript Tutorial #1 – What is JavaScript ?

JavaScript is a lightweight and interpreted programming language that allows the web developers to build interactive web application.

JavaScript was first named as LiveScript and later was renamed to JavaScript and made its appearance in Netscape 2.0 in 1995.

You can use JavaScript in various scenarios and some of them include trapping the events like button clicks , navigation links , validation of the user inputs on the client side etc.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

JavaScript supports different types of operators that includes Assignment Operator JavaScript supports different types if Assignment Operators like = +=...
Assume that you have an angle in degree and you wish to convert it to radians in JavaScript so that...
The JavaScript elements and statements are placed within the script tag within the HTML page. You can specify the language...