eugene-kulish / js_promise_basic_DOM

Create the firstest promises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First promises

Create 2 promises promise1 and promise2.

  • promise1 should be resolved on a click on .logo.
  • promise2 promise should be rejected in 3 seconds.
  • add success and error handlers for both promises
  • success handler should append a <div class="message"> with the text Promise was resolved! to the body
  • error handler should append a <div class="message error-message"> with the text Promise was rejected! to the body

Instructions

  1. Replace <your_account> with your Github username in the link
  2. Follow this instructions
    • Run npm run test command to test your code;
    • Run npm run test:only -- -n to run fast test ignoring linter;
    • Run npm run test:only -- -l to run fast test with additional info in console ignoring linter.

About

Create the firstest promises

License:GNU General Public License v3.0


Languages

Language:JavaScript 44.8%Language:SCSS 36.9%Language:HTML 18.3%