Skip to content

Commit 3c28596

Browse files
authored
Add files via upload
1 parent 6b6ae07 commit 3c28596

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
function funcao() {
2+
3+
var usuario = 'Carol'
4+
const aviso = "Esta é minha primeira interação com a ";
5+
alert(aviso + usuario);
6+
7+
}

0 commit comments

Comments
 (0)