What's the difference between Java script and JQuery? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What's the difference between Java script and JQuery?

Web development

15th May 2020, 4:57 AM
Chandravanshi Aryan Ranjan Singh
Chandravanshi Aryan Ranjan Singh - avatar
3 Answers
+ 3
Correction to Mo Ilmi's answer. JavaScript is a "scripting language" for web and jQuery is made using JavaScript to make writing of JavaScript code easier.
15th May 2020, 5:19 AM
Raj Chhatrala
Raj Chhatrala - avatar
+ 2
JavaScript is programming language, jQuery is big library.
15th May 2020, 5:15 AM
Mo Ilmi
Mo Ilmi - avatar
+ 2
JS is look like junk JQuery is simple, easy and clean way to write ur JS code And both are same JQuery is a libarary of JS Used to manipulate DOM and Events specially Ex :- JS code :- var el = document.getElementById("Abhay"); el.innerHTML("He is Cool") JQuery code :- $("#Abhay").text("He is Cool") Stay Home Stay Happy
15th May 2020, 5:20 AM
Abhay
Abhay - avatar