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 Interactive Web Pages with JavaScript Traversing and Manipulating the DOM with JavaScript Perform: Traversing Elements with children

Is there a suggestion for a text book to compliment this course?

Preferably something at about this level, but systematic in its approach. I feel like I could get so much more out of this course, if I had a bit more "fill in knowledge" whatever that is. I just feel like I'm missing pieces.

2 Answers

Professional JavaScript for Web Developers by Nicholas C. Zakas has been my go to book to complement not only Treehouse but other online resources I've used to get a firmer grasp on JavaScript. It's not specific to this "level" of coding, but it contains very good information from beginning to end.

My only complaint is the information on some of the more advanced JavaScript topics towards the end of the book aren't as detailed as some of the novice/intermediate teachings, and require some more outside resources to really grasp it. But it's still my first grab off the shelf whenever I need more on a topic.

Thanks Michael, I'll probably get that. Although one the things that I've noticed with some of these courses, like you alluded to with the book, it's not a smooth upward curve. It seems like we get to a certain point and the level increases exponentially.

I was getting ready to shell out what I figured would be $50 -$75 for the book, and I found it as a pdf !!! yea. Cause at this point every dollar counts...

ftp://ftp.micronet-rostov.ru/linux-support/books/programming/JavaScript/Wrox.Professional.JavaScript.for.Web.Developers.3rd.Edition.Jan.2012.pdf

"A Smarter Way to Learn JavaScript" is my first recommendation. It's written in a very easy to digest manner.

"Eloquent JavaScript" is one of the most recommended books on JavaScript but its audience is more for intermediate JS devs looking to get to the next level.