Merge pull request #1558 from hrodward/patch-36

Update task.md
This commit is contained in:
Ilya Kantor 2019-11-01 18:38:28 +03:00 committed by GitHub
commit f3e4541ab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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