DEV Community

Cover image for What is Javascript
Balaji
Balaji

Posted on

What is Javascript

JavaScript is a client-side scripting language which means that it runs in the web browser. It is used to add dynamic and interactive features to web pages, such as animations, user input validation, and updating the content of a web page and also run server side like node js

Top comments (0)