Skip to content

Astarta0/SHRI-2019-HW-Promises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Promises/A+ logo

SHRI-2019-HW-Promises

Полифил для ES6 Promise

# Установить зависимости
npm install

# Запустить тесты
npm test

Структура

│
├── index.html            Файл для проверки с примером из задания
├── src/
│   └── promise.js        Полифил в umd модуле
└── tests/                Тесты

Что сделано

  • Promise.prototype.then()
  • Promise.prototype.catch()
  • Promise.prototype.done()
  • Promise.resolve()
  • Promise.reject()
  • Promise.all()
  • Promise.race()
  • Обработка thenable объектов
  • Соответствие Promise/A+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published