We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b6ae0 commit 582270cCopy full SHA for 582270c
2-ui/5-loading/02-script-async-defer/article.md
@@ -137,9 +137,9 @@ Os scripts `async` são ótimos quando integramos um script independente de terc
137
Assim como `defer`, o atributo `async` é ignorado se a tag `<script>` não tiver `src`.
138
```
139
140
-## Dynamic scripts
+## Scripts dinâmicos
141
142
-There's one more important way of adding a script to the page.
+Existe mais uma maneira importante de adicionar um script à página.
143
144
Podemos criar um script e anexá-lo ao documento dinamicamente usando JavaScript:
145
0 commit comments