ASFORJAVASCRIPT Telegram 889
Кому нечем заняться.
Задача про суть трансляции async function

Естькод:

var theFetchList = [
fetch("https://a.com"),
fetch("https://b.com"),
fetch("https://c.com")
];

Promise.all (theFetchList).then( console.log );


Заглянув в DevTols вкладку Network то мы увидим, что было отправлено паралельно три запроса, результат работы которых мы и увидели как реакцию на Promise.all после удачного их завершения.


Задача:
Сделайте тоже самое
1) не используя Promise.all или любых других методов Promise
2) с использованием async function
3) запросы должны идти паралельно, то есть так же как в случае Promise.all
👀61



tgoop.com/AsForJavaScript/889
Create:
Last Update:

Кому нечем заняться.
Задача про суть трансляции async function

Естькод:


var theFetchList = [
fetch("https://a.com"),
fetch("https://b.com"),
fetch("https://c.com")
];

Promise.all (theFetchList).then( console.log );


Заглянув в DevTols вкладку Network то мы увидим, что было отправлено паралельно три запроса, результат работы которых мы и увидели как реакцию на Promise.all после удачного их завершения.


Задача:
Сделайте тоже самое
1) не используя Promise.all или любых других методов Promise
2) с использованием async function
3) запросы должны идти паралельно, то есть так же как в случае Promise.all

BY As For JS


Share with your friend now:
tgoop.com/AsForJavaScript/889

View MORE
Open in Telegram


Telegram News

Date: |

With the “Bear Market Screaming Therapy Group,” we’ve now transcended language. It’s yet another bloodbath on Satoshi Street. As of press time, Bitcoin (BTC) and the broader cryptocurrency market have corrected another 10 percent amid a massive sell-off. Ethereum (EHT) is down a staggering 15 percent moving close to $1,000, down more than 42 percent on the weekly chart. Each account can create up to 10 public channels Matt Hussey, editorial director at NEAR Protocol also responded to this news with “#meIRL”. Just as you search “Bear Market Screaming” in Telegram, you will see a Pepe frog yelling as the group’s featured image. Add the logo from your device. Adjust the visible area of your image. Congratulations! Now your Telegram channel has a face Click “Save”.!
from us


Telegram As For JS
FROM American