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 DOM Scripting By Example Adding and Removing Names Tour the Application

Mahfuzur Rahman
Mahfuzur Rahman
3,204 Points

should I take this course now as I've just finished Javascript and the DOM

Hello, I'm working on the full stack javaScript track. And I've just finished the javaScript and the DOM. Should I take this course now or should I follow the track accordingly(next step is introduction to JQuery)?

Clayton Perszyk
Clayton Perszyk
Treehouse Moderator 48,723 Points

I think you could take this course next if you want to, as the instructors are not using jQuery.

2 Answers

Aurelian Spodarec
Aurelian Spodarec
10,801 Points

I would say to stick away from jQuery, and focus on one thing. The track has too many stuff that in my opinion is kinda useless as you will forget it, so do just vanilla JS first, then after some stuff is in your head, you can learn other stuff.

Barry Cantrell
Barry Cantrell
68 Points

I think this course, DOM Scripting By Example, is considered to be a prerequisite to course Javascript and the DOM.

Aurelian Spodarec
Aurelian Spodarec
10,801 Points

Of course not. I don't know how you can work with node's, adding checking stuff and tracking all of that if you didn't do the basic of DOM. While this is 'scripting' meaning you should already know the basic of DOM, before you script.

That's how it is.

Now, this course is after the Basics of DOM, they changed it.