1. What is jQuery?
jQuery is the most popular free JavaScript library.
2. How does it help us as developers?
JQuery makes it quicker and easier to build JavaScript webpages and web apps. because you can write a single line of code to achieve what would have with much longer code otherwise.
3. Why do we have 2 version of jQuery - minified and uncompressed?
There are two versions because uncompressed .js file is around 160kb in size while minified .js file is squeezed to 23kb and therefore not that easy to read and code but much quicker for visitors to download.