We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8000224 commit c5497cfCopy full SHA for c5497cf
1-js/02-first-steps/14-function-basics/article.md
@@ -66,7 +66,7 @@ function showMessage() {
66
67
showMessage(); // Sveiki, aš esu JavaScript!
68
69
-alert( message ); // <-- Error! The variable is local to the function
+alert( message ); // <-- bus sukelta klaida, nes kintamasis matomas tik funkcijos viduje.
70
```
71
72
## Išoriniai kintamieji
0 commit comments