📘Map
🚧 under construction
breadcrumb 🚧
Map
is iterable.
is a data structure.
is a better alternative for associated array.
雖然 Object 與 Map 都是 JS 用來實現 Dictionary 的方法,但它們存在基本的不同點。
Maps vs. Objects
feature | Map | Object |
---|---|---|
|
| |
keys | can be any value (including functions, objects, or any primitive). | |
✅ number of items in a | ❌ no such property |
Map ⇔ Array
Other Topics
Last updated