filmov
tv
JavaScript Promises In 6 Minutes
![preview_player](https://i.ytimg.com/vi/_OOqn8WImoc/maxresdefault.jpg)
Показать описание
one of the best features in ES6 was the official introduction of Promises. Promises allow you to write clean non-callback-centric code without ever having to worry about callback hell. Even if you never write your own promise, knowing how they work is incredibly important, since many newer parts of the JavaScript API use promises instead of callbacks. Checkout the full video to learn how to define and use promises.