Building the JavaScript Promise Class(github.com)
github.com
Building the JavaScript Promise Class
https://github.com/TimothyGu/learning-promises/blob/main/by-building/README.md
1 comments
A short guide I wrote on building JavaScript promises from scratch. I've often found it difficult to explain how promises work under the hood; a simple, functional, and reasonably spec-compliant implementation will hopefully make that easier.