Skip to content

Commit d5221f1

Browse files
lex111Kichikahunov
andauthored
Update 1-js/11-async/05-promise-api/01-promise-errors-as-results/task.md
Co-Authored-By: Kichikahunov <kichikahunov@gmail.com>
1 parent 6f53964 commit d5221f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/11-async/05-promise-api/01-promise-errors-as-results

1-js/11-async/05-promise-api/01-promise-errors-as-results/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let urls = [
3535
'http://no-such-url'
3636
];
3737

38-
Promise.all(...) // ваш код для загрузки ссылок
38+
Promise.all(...) // код для получения данных с указанных ссылок
3939
// ...и передаём полученные ошибки в качестве элементов массива...
4040
.then(responses => {
4141
// 3 ссылки => 3 элемента массива

0 commit comments

Comments
 (0)