Skip to content

Commit c566644

Browse files
committed
minor
1 parent d7f9017 commit c566644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

5-network/01-fetch-basics/01-fetch-users/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If a `fetch` fails, or the response has non-200 status, we just return `null` in
88

99
So here's the code:
1010

11-
```js
11+
```js demo
1212
async function getUsers(names) {
1313
let jobs = [];
1414

0 commit comments

Comments
 (0)