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 6b6ae07 commit 3c28596Copy full SHA for 3c28596
scripts.js
@@ -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