Computer Science, asked by paras3404, 1 year ago

JavaScript is designed for following purpose
A.To Style HTML Pages
B.To Execute Query Related to DB on Server
C.To add interactivity to HTML Pages.
D.To Perform Server Side Scripting Opertion

Answers

Answered by abhijeetpandey103
0
hiii

option c is correct
Answered by Anonymous
1

Hi


C.To add interactivity to HTML Pages. is the answer.


We can add click events and animate objects of a webpage with the help of JavaScript.

But now a days JavaScript is on server too (nodejs), we can also make db quries, e.g. mongodb

Similar questions