console.log(1);
setTimeout(function(){console.log(2)},0);
// ...
// something that takes 10 seconds
// ...
console.log(3):
console.log(1);
setTimeout(function(){console.log(2)},0);
// ...
// something that takes 10 seconds
// ...
console.log(3):
...
Forget about the magic.

Understand the runtine.

Think "slow motion"

Read code & ML.

Get your code reviewed.

Be involved (spec & browsers).


Write code.

Understand.

No compromise.




thanks

paulrouget.com/takeoff2014