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/01-callbacks/article.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,7 @@
5
5
```warn header="We use browser methods here"
6
6
To demonstrate the use of callbacks, promises and other abstract concepts, we'll use browser methods. Namely, load scripts and perform simple document manipulations.
7
7
8
-
If you're not familiar with them, please read few chapters from the [next part](/document) of the tutorial.
9
-
10
-
Or, maybe examples will be clear enough for you even without that.
8
+
If you're not familiar with them, please read few chapters from the [next part](/document) of the tutorial. Or, hopefully, examples will be clear for you even without that.
11
9
```
12
10
13
11
Many actions in JavaScript are *asynchronous*. In other words, we initiate them now, but they finish later.
0 commit comments