Let’s Make a Framework is an ongoing series about building a JavaScript framework from the ground up. These articles are tagged with lmaf. The project we’re creating is called Turing. Documentation is available at turingjs.com. Last week’s post introduced the concept of promises, which are defined by the CommonJS Promises/A specification. Implementation Concepts It’s important to realise that impl