Fix name of JavaScript
This commit is contained in:
parent
3b14ed8185
commit
c5ce5578fc
32 changed files with 61 additions and 61 deletions
|
@ -129,7 +129,7 @@ Async scripts are great when we integrate an independant third-party script into
|
|||
|
||||
## Dynamic scripts
|
||||
|
||||
We can also create a script dynamically using Javascript:
|
||||
We can also create a script dynamically using JavaScript:
|
||||
|
||||
```js run
|
||||
let script = document.createElement('script');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue