Update article.md

This commit is contained in:
joaquinelio 2021-06-16 08:32:53 -03:00 committed by GitHub
parent 2dce19e3e9
commit 497ca99529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: We can use this function like this: