We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8279c commit 38f3054Copy full SHA for 38f3054
scripts.js
@@ -2,6 +2,8 @@ function funcao() {
2
3
var usuario = 'Carol'
4
const aviso = "Esta é minha primeira interação com a ";
5
+
6
+usuario = document.getElementById(nome_curso)
7
alert(aviso + usuario);
8
-}
9
+}
0 commit comments