A patriotic but simple delay example using ES6 Promise. 🇻🇪
Just run it using npx:
$ npx https://github.com/devtin/promise-delay-exampleOr clone the repo.
$ git clone https://github.com/devtin/promise-delay-example
$ cd promise-delay-example
$ yarn && yarn start
# or using npm
$ npm install && npm start