Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 382 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 382 Bytes

async_practice

Practice async JS

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