This commit is contained in:
Ilya Kantor 2019-06-18 10:12:41 +03:00
parent d7f90176c7
commit c566644cad

View file

@ -8,7 +8,7 @@ If a `fetch` fails, or the response has non-200 status, we just return `null` in
So here's the code:
```js
```js demo
async function getUsers(names) {
let jobs = [];