Skip to content

Commit c5497cf

Browse files
authored
100%
1 parent 8000224 commit c5497cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/14-function-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function showMessage() {
6666

6767
showMessage(); // Sveiki, aš esu JavaScript!
6868

69-
alert( message ); // <-- Error! The variable is local to the function
69+
alert( message ); // <-- bus sukelta klaida, nes kintamasis matomas tik funkcijos viduje.
7070
```
7171

7272
## Išoriniai kintamieji

0 commit comments

Comments
 (0)