wesbos / es6-articles

Blog Posts from Wes Bos. If you make an edit to one of these posts, my blog will automatically update.
553 stars 169 forks source link

Misleading statement in regards to Javascript #98

Open kanwisher opened 5 years ago

kanwisher commented 5 years ago

Promises article in Repo Issue: The following statement is incorrect or misleading

In order to understand this, we need to be reminded that JavaScript is almost entirely asynchronous,, which means that if we take some code here...

Sources: stackoverflow medium

This statement can also be found in the Wes Bos ES6 Paid course