We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f9017 commit c566644Copy full SHA for c566644
5-network/01-fetch-basics/01-fetch-users/solution.md
@@ -8,7 +8,7 @@ If a `fetch` fails, or the response has non-200 status, we just return `null` in
8
9
So here's the code:
10
11
-```js
+```js demo
12
async function getUsers(names) {
13
let jobs = [];
14
0 commit comments