Skip to content

Commit 88579ce

Browse files
author
Jakub Drozdek
committed
Resolve merge conflicts
1 parent ba9e2d4 commit 88579ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

5-network/01-fetch/article.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,7 @@ fetch('https://api.github.com/repos/javascript-tutorial/en.javascript.info/commi
8989
.then(commits => alert(commits[0].author.login));
9090
```
9191

92-
<<<<<<< HEAD
9392
Aby pobrać odpowiedź jako tekst, użyj `await response.text()` zamiast `.json()`:
94-
=======
95-
To get the response text, `await response.text()` instead of `.json()`:
96-
>>>>>>> 70ca842bef2390bc26d13dea2b856838aa890fe0
9793

9894
```js run async
9995
let response = await fetch('https://api.github.com/repos/javascript-tutorial/en.javascript.info/commits');

0 commit comments

Comments
 (0)