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
- Host: GitHub
- URL: https://github.com/howprogrammingworks/map
- Owner: HowProgrammingWorks
- License: mit
- Created: 2017-11-19T23:17:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T21:27:12.000Z (over 1 year ago)
- Last Synced: 2023-11-07T03:26:23.634Z (over 1 year ago)
- Topics: javascript, js, map, new-map, weak-map
- Language: JavaScript
- Homepage: https://www.youtube.com/TimurShemsedinov
- Size: 16.6 KB
- Stars: 6
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Map as Associative Array
[](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