Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 355 Bytes

javascript-developer.md

File metadata and controls

8 lines (7 loc) · 355 Bytes

JavaScript Developer questions

  • What comparison operators do we have and what's the difference between them?
  • What does use strict mean?
  • Can JavaScript application be multithreaded?
  • When we call setTimeout(0, ...) will the code be executed instantaneously?
  • How to create async web service calls in the browser?