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!
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
1 Answer

Alexander Davison
65,469 PointsGetters and setters are methods on objects that allow you to access otherwise hidden attributes within the object.

Nour El-din El-helw
8,241 Pointshidden attributes like what? I mean like how can an attribute be hidden?
Joel Bardsley
31,246 PointsJoel Bardsley
31,246 PointsIn case you're not aware, the Object-Oriented JavaScript course has a section dedicated to Getters and Setters, which should give you a more detailed explanation than any of us could provide in this thread.