We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb41c39 + e1db5dc commit 2cca9a9Copy full SHA for 2cca9a9
1 file changed
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