Narrative JavaScript is a small extension to the JavaScript language that enables
blocking capabilities for asynchronous event callbacks. This makes
asynchronous code refreshingly readable and comprehensible.
Why?
In JavaScript your code can't simply wai...