/es-promise-by-cattle

Another implement of ES Promise

Primary LanguageJavaScript

ES Promise

Another implement of ES Promise

Files

  • index.js . main files
  • test

Play

Create a file named __playground.js and npm run play. Useful for a quick try.

Test

npm run build:test  # 1
npm run test        # 2

Build

npm run build