Callback problems:  not reasonable

In notebook:
FrontEndMasters Async Javascript
Created at:
2016-09-05
Updated:
2016-09-05
Tags:
Fundamentals JavaScript
callback logic doesn't map very well to how we think (sequentially) 

this leads to bugs

temporal dependency: when one thing has to wait for another to finish
(need to nest callbacks for this)