Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2cca9a9

Browse files
authored
Merge pull request #2885 from Rnbsov/patch-2
Missed exclamation mark
2 parents bb41c39 + e1db5dc commit 2cca9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/11-async/05-promise-api/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Promise.any([
248248
]).catch(error => {
249249
console.log(error.constructor.name); // AggregateError
250250
console.log(error.errors[0]); // Error: Ouch!
251-
console.log(error.errors[1]); // Error: Error
251+
console.log(error.errors[1]); // Error: Error!
252252
});
253253
```
254254

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /