Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9680c67

Browse files
authored
Merge pull request #2633 from joaquinelio/patch-4
"inserts into" instead of "appends to"
2 parents fb4fc33 + 497ca99 commit 9680c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function loadScript(src) {
2828
}
2929
```
3030

31-
It appends to the document the new, dynamically created, tag `<script src="...">` with given `src`. The browser automatically starts loading it and executes when complete.
31+
It inserts into the document a new, dynamically created, tag `<script src="...">` with the given `src`. The browser automatically starts loading it and executes when complete.
3232

3333
We can use this function like this:
3434

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /