nas5w / javascript-tips-and-tidbits

A continuously-evolving compendium of javascript tips based on common areas of confusion or misunderstanding.
MIT License
1.2k stars 73 forks source link

feat(promise, async): Promise chaining and Async clarification #14

Closed JasonMatthewsDev closed 5 years ago

JasonMatthewsDev commented 5 years ago

This PR is to add an example of what to avoid when promise chaining and adding clarification on async functions.