Skip to content

Instantly share code, notes, and snippets.

View sinakarimi's full-sized avatar

Sina Karimi sinakarimi

  • Melbourne, Australia
View GitHub Profile
@dmvaldman
dmvaldman / promisesEM.md
Last active November 3, 2021 08:54
Promises as EventEmitters

Promises as EventEmitters

I was trying to understand JavaScript Promises by using various libraries (bluebird, when, Q) and other async approaches.

I read the spec, some blog posts, and looked through some code. I learned how to