We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 107e5df + 563d0a4 commit f3e4541Copy full SHA for f3e4541
1-js/11-async/08-async-await/01-rewrite-async/task.md
@@ -1,7 +1,7 @@
1
2
# Rewrite using async/await
3
4
-Rewrite the one of examples from the chapter <info:promise-chaining> using `async/await` instead of `.then/catch`:
+Rewrite this example code from the chapter <info:promise-chaining> using `async/await` instead of `.then/catch`:
5
6
```js run
7
function loadJson(url) {
0 commit comments