Skip to main content

Edit It: Use for...in to Loop Non-Enumerable Properties

This code shows that you cannot use for...in to loop non-enumerable properties.

See it on StackBlitz