Description
For sane people ES6 comes with a half assed
“solution” handy data structure called Map
which prevents the diy
shenanigans below.
Syntax
Basic operation
Single entries
Array
Iteration
Keys
Values
Entries
Converting to Arrays
The spread operator (…) can turn an
iterable into an
Array