You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi Nicholas,
Location: Chapter 4 > Page 76 > "Own property enumeration order" > Note
As the entire section is about own properties, as are
Object.keys()
andJSON.stringify()
, I was wondering whether it would be useful to remind, when comparing them tofor…in
, that the latter also iterates over all enumerable props, not just own props?The text was updated successfully, but these errors were encountered: