Skip to content

Commit 0c82c47

Browse files
otmon76danipoma
andauthored
Update 1-js/02-first-steps/04-variables/article.md
Co-authored-by: Daniel Pomajbík <[email protected]>
1 parent 32ae0eb commit 0c82c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/04-variables/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Je to špatný zvyk a ve striktním režimu vyvolá chybu:
237237
"use strict";
238238

239239
*!*
240-
num = 5; // chyba: num není definováno
240+
číslo = 5; // chyba: proměnná číslo není definována
241241
*/!*
242242
```
243243
````

0 commit comments

Comments
 (0)