Skip to content

Commit fe68184

Browse files
otmon76danipoma
andauthored
Update 1-js/02-first-steps/17-arrow-functions-basics/article.md
Co-authored-by: Daniel Pomajbík <[email protected]>
1 parent db6d3c5 commit fe68184

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/17-arrow-functions-basics

1 file changed

+1
-1
lines changed

1-js/02-first-steps/17-arrow-functions-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ let věk = prompt("Kolik je vám let?", 18);
6464
6565
let uvítání = (věk < 18) ?
6666
() => alert('Ahoj!') :
67-
() => alert("Zdravíme vás!");
67+
() => alert("Dobrý den!");
6868
6969
uvítání();
7070
```

0 commit comments

Comments
 (0)