February 2018
Intermediate to advanced
298 pages
8h 22m
English
To be honest, async/await blows away whatever you read previously about promises. But hey! You obviously need to know how promises work in order to know how to work with async/await. async/await are built on top of promises; however, once you get used to them, there is no going back to promises (unless, again, you need to convert a callback type API to async/await (you need to use promises for that).)
About async/await:
Read now
Unlock full access