HomeJavaScriptJavaScript Tutorial #1 – What is JavaScript ?

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

You May Also Like

You might want to filter an array in JavaScript by passing the filter criteria and return the filtered array. In...
You can flatten a 2-D array in JavaScript using the concat and apply method as shown in the below code...
Assume that you have an angle in degree and you wish to convert it to radians in JavaScript so that...