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 trial

JavaScript The Landscape of JavaScript JavaScript Tools and Workflows A JavaScript Developer's Workflow

Alan McClenaghan
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alan McClenaghan
Full Stack JavaScript Techdegree Graduate 56,500 Points

No mention of jQuery.

Prior to studying JavaScript, I hadn't heard of any of this stuff. I had heard of jQuery though.

Is jQuery not relevant to this course or is it on the way out?

Discuss.

3 Answers

Aidan Maldonado
Aidan Maldonado
8,551 Points

JQuery is most certainly still around so you should feel comfortable with it and understand it. However it is also on it's way out. It isn't as popular as it was at it's peak and is becoming increasingly infrequently used for newer projects. We will probably see it around for many years to come but it's definitely less popular.

Roger Hwang
Roger Hwang
3,851 Points

If JQuery's on its way out, should we focus more on using pure Javascript for DOM traversal and manipulation then before we get into the Frameworks?

remedies
remedies
3,616 Points

I think it's good to have an understanding of how to use Jquery and its basic functionalities, but it shouldn't be something you should put too much time into. Just understand how it works and things it can do. You may use it one day!