Skip to content

Commit 17b7cf7

Browse files
otmon76danipoma
andauthored
Update 1-js/02-first-steps/14-switch/article.md
příklad Co-authored-by: Daniel Pomajbík <[email protected]>
1 parent bf79758 commit 17b7cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/14-switch/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Schopnost „seskupovat“ varianty je vedlejší efekt toho, jak `switch/case`
145145
146146
Zdůrazňujeme, že ověření rovnosti je vždy striktní. Aby se hodnoty rovnaly, musí být stejného typu.
147147
148-
Uvažujme například tento kód:
148+
Jako příklad poslouží tento kód:
149149
150150
```js run
151151
let arg = prompt("Zadejte hodnotu");

0 commit comments

Comments
 (0)