We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e18bc commit cb5f45bCopy full SHA for cb5f45b
1-js/11-async/01-callbacks/article.md
@@ -24,7 +24,7 @@ function loadScript(src) {
24
}
25
```
26
27
-When it appends to the document the new, dynamically created, tag `<script src="…">`, the browser loads and executes it.
+It appends to the document the new, dynamically created, tag `<script src="…">`, the browser loads and executes it.
28
29
We can use this function like this:
30
0 commit comments