Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialfairest
Full Stack JavaScript Techdegree Graduate 19,303 PointsWhy are we already moving from Vanilla JavaScript to JQuery?
Why are we already moving from Vanilla JavaScript to JQuery. Isn't it better to get more proficient in plain JS before moving on to JQ, to gain better understanding in the underlying functions within a library?
1 Answer
Steven Parker
231,261 PointsjQuery is so common, including being a component of popular frameworks like Bootstrap, that it makes sense to get some exposure to it early in your learning.
Don't worry, there are still many courses to come that won't involve jQuery.