🔰property enumeration

| ✅:string / symbol | 🔤:String | 🔺:Symbol

method/operator
own enum
own nonenum
inherited enum
inherited nonenum

for-in (loop over keys)

🔤
🔤

for-of (loop over values)

🔤
🔤

📘 MSN

Last updated

Was this helpful?