Skip to content

daurham/async_practice

Repository files navigation

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.)

About

Practice async JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published