pynkvalerian / promising-fun

Promising Promises Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

You need to have Node installed. Visit https://nodejs.org/en/ to download and install.

Install Mocha

Run the following:

npm install
npm install mocha -g

Run Tests

Changes to code in the following will rerun the tests automatically.

  1. Basic tests:
npm run test1
  1. Next:
npm run test2

Exercise

Complete fun.js.

Documentation for axios.

About

Promising Promises Workshop


Languages

Language:JavaScript 100.0%