We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f9e58 commit e1db5dcCopy full SHA for e1db5dc
1-js/11-async/05-promise-api/article.md
@@ -248,7 +248,7 @@ Promise.any([
248
]).catch(error => {
249
console.log(error.constructor.name); // AggregateError
250
console.log(error.errors[0]); // Error: Ouch!
251
- console.log(error.errors[1]); // Error: Error
+ console.log(error.errors[1]); // Error: Error!
252
});
253
```
254
0 commit comments