Skip to content

Commit 32ae0eb

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

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
@@ -188,7 +188,7 @@ Příklady nesprávných názvů proměnných:
188188
```js no-beautify
189189
let 1a; // nesmí začínat číslicí
190190

191-
let my-name; // pomlčky '-' nejsou v názvu povoleny
191+
let moje-jméno; // spojovník '-' není v názvu povolen
192192
```
193193

194194
```smart header="Na velikosti záleží"

0 commit comments

Comments
 (0)