Update task.md

Rephrase
This commit is contained in:
hrodward 2019-10-31 09:40:43 +01:00 committed by GitHub
parent df58d3f543
commit 563d0a4556
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Rewrite using async/await
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`:
```js run
function loadJson(url) {