Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Building the JavaScript Promise Class | Dark Hacker News
Building the JavaScript Promise Class
(github.com)
2 points
by
timothyg
3 years ago
| 1 comment
timothyg
3 years ago
|
next
[−]
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.