max-mapper / callback-hell

information about async javascript programming
http://callbackhell.com
847 stars 100 forks source link

async #32

Open dataf3l opened 5 years ago

dataf3l commented 5 years ago

I think more emphasis could be done on how to rewrite code from callback hell style to async style, also, more effor could be made in order to explain why async is a good idea, including async examples and await try catch stuff.

megahypercat commented 2 years ago

Yep, Async/await fixes this problem.