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 Object-Oriented JavaScript (2015) Practice Project User Interface Code

Other resources?

I was wondering if anybody could point me to some additional resources for the concepts covered in this course. I've been working through the Front End Developer track and haven't had any issues with the concepts or work until now. I felt clueless going into this final project--the material from prototypes on is a muddle in my head. Anything else I can look at or read?

3 Answers

Hi David,

Since this is really big leap of knowledge on Objected-Oriented Javascript, it is not going to be easy to learn but patient and practice. You can try these links below:

JavaScript Loops, Arrays and Objects

You Don't Know JS by Kyle Simpson (just you need to read three books - online free)

JavaScript: Understanding the Weird Parts (-try to find coupon sales online to discount 90% sale)

Hope that helps. :)

-Salman

Paweł Przytuła
Paweł Przytuła
9,839 Points

So what's the point of this course when we have to read some books to understand the examples?

jason chan
jason chan
31,009 Points

http://eloquentjavascript.net/ I like eloquentjs.

Yes, javascript the weird parts is great. You'll learn how to make your own jquery. :)