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 4496e70 commit 90a5d1bCopy full SHA for 90a5d1b
1-js/02-first-steps/14-function-basics/article.md
@@ -45,7 +45,7 @@ Este exemplo demonstra claramente um dos principais objetivos das funções: evi
45
46
Se precisarmos mudar a mensagem ou a maneira que ela é mostrada, basta modificar o código em um só lugar: a função que gera isso.
47
48
-## Local variables
+## Variáveis locais
49
50
A variable declared inside a function is only visible inside that function.
51
0 commit comments