Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 411 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 411 Bytes

okcjs-2014-07-15-slides

Slides for okcjs 06-15-2014

  • Have you ever wondered how Javascript works?
  • Why synchronous calls are bad?
  • What really happens when you use callbacks, call setTimeout, or make an ajax or database call?
  • Is Javascript really single threaded?

The answer to all these questions and more can be found at the heart of every browser and Node.js. The Event Loop.