You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/11-async/03-promise-chaining/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ This feature allows us to integrate custom objects with promise chains without h
224
224
225
225
## Bigger example: fetch
226
226
227
-
In frontend programming promises are often used for network requests. So let's see an extended example of that.
227
+
In frontend programming, promises are often used for network requests. So let's see an extended example of that.
228
228
229
229
We'll use the [fetch](info:fetch) method to load the information about the user from the remote server. It has a lot of optional parameters covered in [separate chapters](info:fetch), but the basic syntax is quite simple:
0 commit comments