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 trialKeith Kasputis
11,365 PointsMore 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
Dino Paškvan
Courses Plus Student 44,108 PointsPrinciples 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.
James Barnett
39,199 PointsCheck out the online book Eloquent JavaScript
- Chapter 4 - Data Structures: Objects and Arrays
- Chapter 6 - The Secret Life of Objects
Keith Kasputis
11,365 PointsDino, Thanks for the info and advise. I will look at the material and push on.
Keith Kasputis
11,365 PointsThanks James!