An open API service indexing awesome lists of open source software.

https://github.com/howprogrammingworks/map

Map as Associative Array
https://github.com/howprogrammingworks/map

javascript js map new-map weak-map

Last synced: about 2 months ago
JSON representation

Map as Associative Array

Awesome Lists containing this project

README

        

# Map as Associative Array

[![Коллекции, множества, хештаблицы](https://img.youtube.com/vi/hN0wsq5LNOc/0.jpg)](https://www.youtube.com/watch?v=hN0wsq5LNOc)

Tasks:
- Implement `Map` polyfill with 2 arrays: for keys and for values
- Implement Iterable interface in polyfill, see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols