0
What is use of js in Web development
2 Answers
0
Js is used to provide interactivity to your website
If you want to perform certain task on button click then, JavaScript is used
Javascript is also used to make asynchronous calls to apis and get data to put it on your webpage
And much more
0
Thx