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.
2 parents 2bd28fe + 9c2cb1b commit ebd9a2cCopy full SHA for ebd9a2c
1-js/11-async/03-promise-chaining/article.md
@@ -248,7 +248,7 @@ fetch('/article/promise-chaining/user.json')
248
})
249
.then(function(text) {
250
// ...and here's the content of the remote file
251
- alert(text); // {"name": "iliakan", isAdmin: true}
+ alert(text); // {"name": "iliakan", "isAdmin": true}
252
});
253
```
254
0 commit comments