Dissecting explanations of Javascript Promises
What is a Javascript Promise
? When I was documenting the Neo4j Javascript driver, I did not know. So let's find out, and in so doing tear to pieces explanations I found online. My favorite past time.
W3Docs
In JavaScript, a promise is a unique object linking the "producing code" and …