Skip to content

Commit 77d8c73

Browse files
committed
closes #3059
1 parent 9787f36 commit 77d8c73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

1-js/11-async/01-callbacks/article.md

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ function loadScript(src, *!*callback*/!*) {
7777
}
7878
```
7979

80+
The `onload` event is described in the article <info:onload-onerror#loading-a-script>, it basically executes a function after the script is loaded and executed.
81+
8082
Now if we want to call new functions from the script, we should write that in the callback:
8183

8284
```js

0 commit comments

Comments
 (0)