Skip to content(if available)orjump to list(if available)

JavaScript Promises

JavaScript Promises

3 comments

·February 21, 2025

threatofrain

Why are people linking this low quality worse-than-ChatGPT commercial blog? Mind as well read what MDN has to say about this.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...

davydm

For anyone who is interested, I wrote an interactive promises tutorial a very long time ago: https://github.com/fluffynuts/js-promises-tutorial

It takes you through promises from jQuery, Q, native and a custom implementation, so you can get down to the nuts and bolts of it.

It's really quite old - so I hope it hasn't aged badly ^^