Map as Associative Array

January 22, 2019 · View on GitHub

Коллекции, множества, хештаблицы

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