Practice async JS
- Install npm dependencies
npm i
- a) Run server
npm start
- b) Test client code with:
npm run client || node clinet.js
- Fill in the arg's, FILL_ME_IN's and empty functions
let args1 = 'FILL_ME_IN';
- Gain familiarity with async programming and log the desired result in order:
1.)
2.)
3.)