This commit is contained in:
Ilya Kantor 2019-10-16 08:07:12 +03:00
parent c3e18bc834
commit cb5f45b3b8

View file

@ -24,7 +24,7 @@ function loadScript(src) {
}
```
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.
We can use this function like this: