Google News
logo
UI Developer - Interview Questions
What is JavaScript? Explain some of its features.
JavaScript is a lightweight interpreted programming language with object-oriented capabilities. With JavaScript, we can make static HTML pages interactive. JavaScript is most widely used for front-end development like AngularJS and ReactJS. It is also used in back-end development like Node.js, Next.js, NestJS, etc.
 
Some of the important JavaScript features are :
 
* JavaScript is a lightweight interpreted programming language.
* JavaScript was designed to make network-centric applications.
* JavaScript integrates with Java and complements it.
* JavaScript integrates with HTML and complements it.
* JavaScript is a cross-platform and open programming language.
Advertisement