Computer Science, asked by koushlendravais975, 1 year ago

JavaScript is designed for following purpose

Answers

Answered by navinoraon1
1
JavaScript is a CS (Client Side) scripting language. It is in no way related to Java as it's name suggests, but it is used for client side scripting. By Client Side scripting, i mean the ability to manipulate data, the DOM and a webpage as a whole, without having a backend service or language.
Answered by jupaceyok
1

Javascript is designed to add interactivity to HTML  pages by executing various inbuilt and user defined functions and by performing DOM operations.

Similar questions