Dissecting explanations of Javascript Promises

Posted on Thu 09 February 2023 in IT, meta

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 …