JS Maps
Deploy ultra-complex multi-dimensional object dictionaries mapped explicitly tracking key-value pairs.
A Map structure holds complex multidimensional data. Unlike a normal JavaScript flat object mapping text strings to standard numbers, a Map permits mapping ANY format of specific data to another format natively.
Constructor Frameworks
You generate the structure deploying a new Map() instance node. To inject coordinates, deploy .set(key, value).
Preview
Retrieving Information and Volumes
By executing .size, the JS engine instantly assesses the full volume capacity of the current Map. Furthermore, mapping structures execute flawless iterable forEach blocks natively!
Preview