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

yk7
seal-mask
.a{fill-rule:evenodd;}techdegree
yk7
Full Stack JavaScript Techdegree Student 22,891 Points

regular Object?

it ma be basic question; but I m confused;

what is regular object ?

question that pushed me to ask is : - for...of can loop over regular Objects? true or false. if you call Arrays as regular Object then it s true, else it s false,

1 Answer

If you want a fully detailed explanation of JavaScript, I would highly recommend the "You Don't Know JS" Series by Kyle Simpson.

This is available for free online and has a great section on Objects, the link below will take you to this section and provide the clarification and insight you are after :)

https://github.com/getify/You-Dont-Know-JS/blob/master/this%20%26%20object%20prototypes/ch3.md