Skip to content

Commit f050a8c

Browse files
authored
Update 1-js/02-first-steps/04-variables/article.md
1 parent a95c871 commit f050a8c

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-
číslo = 5; // chyba: proměnná číslo není definována
240+
čslo = 5; // chyba: proměnná čslo není definována
241241
*/!*
242242
```
243243
````

0 commit comments

Comments
 (0)