Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perhaps remind that for…in doesn't just use own properties? #370

Open
tdd opened this issue Jan 25, 2017 · 0 comments
Open

Perhaps remind that for…in doesn't just use own properties? #370

tdd opened this issue Jan 25, 2017 · 0 comments

Comments

@tdd
Copy link

tdd commented Jan 25, 2017

Hi Nicholas,

Location: Chapter 4 > Page 76 > "Own property enumeration order" > Note

As the entire section is about own properties, as are Object.keys() and JSON.stringify(), I was wondering whether it would be useful to remind, when comparing them to for…in, that the latter also iterates over all enumerable props, not just own props?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant