Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 414 Bytes

File metadata and controls

8 lines (7 loc) · 414 Bytes

Pool tasks

  1. Optimize 4-bad.js, see TODOs in the file; check solution if 4-improved.js
  2. Rewrite 4-improved.js to class syntax
  3. Implement async instance acquisition in closure version with queue and callbacks
  4. Implement async instance acquisition in classes version with queue and callbacks
  5. Rewrite acquisition to promises in closure version
  6. Rewrite acquisition to promises in classes version