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 677e69e commit 7f69d1fCopy full SHA for 7f69d1f
1-js/11-async/03-promise-chaining/article.md
@@ -252,7 +252,7 @@ fetch('/article/promise-chaining/user.json')
252
});
253
```
254
255
-从 `fetch` 返回的 `response` 对象还包含 `response.json()` 方法,该方法可以读取远程数据并将其解析为 JSON。在我们的例子中,这更加方便,所以我们用这个方法把。
+从 `fetch` 返回的 `response` 对象还包含 `response.json()` 方法,该方法可以读取远程数据并将其解析为 JSON。在我们的例子中,这更加方便,所以我们用这个方法吧。
256
257
为了简洁,我们还将使用箭头函数:
258
0 commit comments