ASYNC & AWAIT - ES6 JAVASCRIPT

Описание к видео ASYNC & AWAIT - ES6 JAVASCRIPT

In this video, we will go over what async and await keywords are in ES6 and why it's good to use instead of using promise chains. Writing asynchronous code using promise chains can be hard to comprehend. Using async and await keywords, we can write asynchronous code in synchronous fashion that is easy read and understand!

Code example is available at https://codesandbox.io/s/async-await-...

To get your own AccuWeather API Key:
1. Sign up for an account on https://developer.accuweather.com
2. Go to My App tab
3. Create an app
4. Grab API Key in Keys tab
5. Paste it into secret.js file

Social Media
------------------------------------------------------------------------------------------
Leetcode: https://leetcode.com/codingbarista/
Github: https://github.com/codingbarista
Codesandbox: https://codesandbox.io/u/codingbarista

Комментарии

Информация по комментариям в разработке