Skip to content

Реализация итератора - #3

Open
niyazm524 wants to merge 2 commits into
mainfrom
feature/iterator
Open

Реализация итератора#3
niyazm524 wants to merge 2 commits into
mainfrom
feature/iterator

Conversation

@niyazm524

Copy link
Copy Markdown
Collaborator

Реализация итератора на TypeScript (Frontend)

У итератора есть опция пропускать маленькие города

const iteratorWithNoSkip = new CityIterator(citiesList, false);

const iteratorWithSkip = new CityIterator(citiesList, true);

Шаги для инициализации

  • Перейти в папку iterator
  • Установить dev-зависимости npm install

Проверка в браузере

  • Выполнить npm start

Запуск тестов

  • Выполнить npm test

@niyazm524 niyazm524 self-assigned this May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant