Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1022 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 1022 Bytes
jam3-lesson » asyncjs

jam3-lesson-asyncjs

experimental

This is a lesson on asynchronous javascript.

It covers the following topics:

  1. What is asynchronous js?
  2. Node Style Callbacks
  3. Node Events
  4. Signals
  5. Promises

Usage

NPM

Install jam3-lesson-asyncjs

$ npm i jam3-lesson-asyncjs -g

Then create a folder and run jam3-lesson-asyncjs so:

$ mkdir ~/lesson-assync
$ cd ~/lesson-assync
$ jam3-lesson-asyncjs

After this open your browser and you'll be able to start reading the lessons. Each part of the lesson has a practice section. These can be found at practice/index.js in each part of the lesson.

License

MIT, see LICENSE.md for details.