Repository is a collection of examples and mini-projects from Mozilla's 'Learn Web Development' [test] (https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Timeouts_and_intervals) series. This specific repository is for learning asynchronous Javascript.
- setinterval-clock.html
- Stop watch web program learning to using async js functions.
- spinner-async-js.html
- Animated spinner using requestAnimationFrame
- reaction-game-asyncjs.html
- Two player game to test reaction time when a spinner stops.
- basic-promise-example-asyncjs.html
- Example fetching an image.
- promise-all-example-asyncjs.html
- Example using Promise.all()