What is the different between 'JavaScript is used for web apps' and JavaScript use to create interactive web elements'? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

What is the different between 'JavaScript is used for web apps' and JavaScript use to create interactive web elements'?

14th Mar 2019, 6:24 AM
Ahad
Ahad - avatar
4 Answers
+ 14
Web apps are fully functional applications. Interactive web elements are subsets of web applications where you have something that is interactive.
14th Mar 2019, 6:51 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 9
Thank you 😊
14th Mar 2019, 8:30 AM
Ahad
Ahad - avatar
+ 4
web apps are like google drive, which is a web app for google chrome, web elements are interactive parts of a website/web app.
16th Mar 2019, 1:40 AM
Blaze Playz
Blaze Playz - avatar
0
Web apps or applications are fully functional apps that runs in your browser on a website. Like Blaze Playz said, Google drive is a type of web application, so is Google docs and many of the other products Google and other companies made / works on. These are making use interactive web elements. But interactive web elements could be other things like a changing the appearance of things loaded in the current document, for example modifying CSS/HTML through JavaScript. This can be done easily since JavaScript is being executed on the client-side and not the server-side.
13th Apr 2019, 8:57 PM
Ragey
Ragey - avatar