Merge pull request #517 from Lachlantula/patch-1
Updated 'Non-english' to 'Non-English' in 04-variables/article.md
This commit is contained in:
commit
36cf31c082
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ let my-name; // a hyphen '-' is not allowed in the name
|
||||||
Variables named `apple` and `AppLE` -- are two different variables.
|
Variables named `apple` and `AppLE` -- are two different variables.
|
||||||
```
|
```
|
||||||
|
|
||||||
````smart header="Non-english letters are allowed, but not recommended"
|
````smart header="Non-English letters are allowed, but not recommended"
|
||||||
It is possible to use any language, including cyrillic letters or even hieroglyphs, like this:
|
It is possible to use any language, including cyrillic letters or even hieroglyphs, like this:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue