Creating a JavaScript promise from scratch, Part 3: then(), catch(), and finally()
This post originally appeared on the Human Who Codes blog on October 6, 2020.
In my first post of this series, I explained how the Promise constructor works by recreating it as the Pledge constructor. In the second post in this series, I explained ho...
hashnode.humanwhocodes.com30 min read