Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 257 Bytes

browser_apis.md

File metadata and controls

7 lines (5 loc) · 257 Bytes

[TODO]: Cover the following Browser APIs:

  • setTimeout()
  • setInterval()
  • setImmediate()

Ensure reader understands browser event loop and queuing. How using the above is not part of the Javascript spec but part of the browser's implementation.