
Jake Z. answered 05/05/19
Experienced TA/Tutor for Computer Science & Programming Skills
The biggest distinction is that JavaScript is a full programming language that can be used to do a variety of things, and jQuery is a library for JavaScript. You can use JavaScript without jQuery, but it is not possible to use jQuery without JavaScript. For web development, most popular websites use both, as jQuery allows you to do a lot more with less code.