DEV Community

Discussion on: Asynchronous JavaScript—How Callbacks, Promises, and Async-Await Work

Collapse
 
ziizium profile image
Habdul Hazeez

Possible typographical errors:

Under the section "Promises" you wrote:

When a Promise resolves, you can handle its returned value with then then method

In the last paragraph you wrote:

On the node side, async-await (and therefore, Promises) have been well-supported since nove v7.6.