DEV Community

Discussion on: When to use for..of loop instead of for..in

Collapse
 
ysfaran profile image
Yusuf Aran

Really simple and clear! Only thing that might be worth to mention is how to actually iterate over obejcts by using Object.keys, Object.values and Object.entries.