Async Flow Control

  • Callbacks
  • EventEmitters
  • Promises
Async Flow Control Callbacks EventEmitters Promises - JS is async by default (Browser history) - going to cover practical first, then theory - Flow control can be confusing - Code doesn't execute top to bottom - different styles