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

Front-end Track Question

Hello everyone,

I am currently going through the Front-end web development track and I am currently on the jQuery basics portion.

I am already familiar with HTML & CSS, and I have a good grip on the basics of JavaScript since I have learned other programming languages such as Java.

However, once I started learning jQuery, I became confused with all the methods Andrew introduced.

My question: Should I skip this portion of the front-end track and move on ahead to the other three JavaScript portions (Interactivity, Ajax, Object-oriented Javascript), or should I stay and learn the basics of jQuery first?

I appreciate any responses, thank you!

Cheo R
Cheo R
37,150 Points

What in particular is confusing? Not everybody's going to get everything the first time around. There have been a few videos that I've watch more than once through, to really understand what's going on.

Sorry, I should probably restate what I mean.

With what Alexander mentioned, I am mostly confused with the DOM part of jQuery and how Andrew uses jQuery methods to "traverse" the DOM.

1 Answer

If you haven't already, I recommend learning the DOM first before JQuery.

Also, if you skip JQuery, you'd probably be in big trouble because the Interactivity and Ajax courses sometimes have JQuery in the code. JQuery is the opening to amazing JavaScript!

~Alex

I appreciate your input; I will look into learning the DOM!

Good luck! :)