Skip to content

Commit 38f3054

Browse files
authored
Update scripts.js
1 parent bc8279c commit 38f3054

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ function funcao() {
22

33
var usuario = 'Carol'
44
const aviso = "Esta é minha primeira interação com a ";
5+
6+
usuario = document.getElementById(nome_curso)
57
alert(aviso + usuario);
68

7-
}
9+
}

0 commit comments

Comments
 (0)