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 JavaScript Foundations Objects Prototypes: Part 2

More material to understand Javascript Objects

I just finished the Javascript Objects module and understand very little of it. Does anyone have suggestions for additional material, books and/or websites that will explain in more detail? Thanks!

4 Answers

Principles of Object-Oriented JavaScript explains objects in great detail, but it might be a harder read. You could also take a look at Kyle Simpson's this & Object Prototypes. It's available for free on GitHub.

JavaScript objects aren't an easy topic, and as you explore them further, you'll discover they're more complicated and nuanced than you expected. I suggest patience. Move to a different area JavaScript and then come back. At this stage it's important that you understand the general concept, you can get into it later.

Check out the online book Eloquent JavaScript

Dino, Thanks for the info and advise. I will look at the material and push on.

Thanks James!