Update article.md
This commit is contained in:
parent
2dce19e3e9
commit
497ca99529
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function loadScript(src) {
|
|||
}
|
||||
```
|
||||
|
||||
It inserts into the document the new, dynamically created, tag `<script src="…">` with the given `src`. The browser automatically starts loading it and executes when complete.
|
||||
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.
|
||||
|
||||
We can use this function like this:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue