DEV Community

Cover image for What is JavaScript?
codemarch
codemarch

Posted on

What is JavaScript?

JavaScript is a programming language that allows you to implement features on web pages.

JavaScript light-weight object-oriented programming language.

It was introduced in the year 1995 for adding programs to the webpages in the Netscape Navigator browser.

JavaScript can update and change both HTML and CSS.

JavaScript can calculate, manipulate and validate data.

It turns static HTML web pages into interactive web pages by dynamically updating content, validating form data, controlling multimedia, animate images, and almost everything else on the web pages.

For more Download our free JavaScript Resources ebook Here: click here

Top comments (0)