Q&A
Ask and answer questions to make information more available to wider audiences.
Gustavo Bain @baingustavo   04, Jul 2023 12:00 AM
difference between JavaScript and jQuery
What is the difference between JavaScript and jQuery?
answers 3
 
Answer 1
Uriah Chapman @chapmanuriah   07, Jul 2023 04:17 PM

JavaScript doesn't have cross-browser compatible functionality which is why a developer has to write code manually to implement the functionality. Whereas the cross-browser code compatibility is inbuilt in jQuery.
 
Answer 2
Uriah Chapman @chapmanuriah   07, Jul 2023 04:17 PM
JavaScript requires long lines of code to code a functionality whereas in the case of jQuery, just import the library and call the functions which would reduce the programmer’s effort in coding.
 
Answer 3
Nathanael Chandler @chandlernathanael   07, Jul 2023 04:10 PM
JavaScript is an interpreted language written in C and is a combination of ECMAScript and DOM whereas jQuery is a JavaScript library developed to run things faster and make things simplified for JavaScript. jQuery doesn't have the ECMAScript.