🔰property enumeration
for (const key in obj) { ... }
for (const value of iterable) { ... } // object is not iterable by default.method/operator
own enum
own nonenum
inherited enum
inherited nonenum
✅
✅
🔤
🔤
🔤
🔺
🔺
✅
✅
✅
✅
✅
✅
🔤
🔤
🔤
🔤
Last updated
for (const key in obj) { ... }
for (const value of iterable) { ... } // object is not iterable by default.Last updated