commit
076a62452c
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ let userName;
|
||||||
let test123;
|
let test123;
|
||||||
```
|
```
|
||||||
|
|
||||||
When the name contains multiple words, [camelCase](https://en.wikipedia.org/wiki/CamelCase) is commonly used. That is: words go one after another, each word starting with a capital letter: `myVeryLongName`.
|
When the name contains multiple words, [camelCase](https://en.wikipedia.org/wiki/CamelCase) is commonly used. That is: words go one after another, each word except first starting with a capital letter: `myVeryLongName`.
|
||||||
|
|
||||||
What's interesting -- the dollar sign `'$'` and the underscore `'_'` can also be used in names. They are regular symbols, just like letters, without any special meaning.
|
What's interesting -- the dollar sign `'$'` and the underscore `'_'` can also be used in names. They are regular symbols, just like letters, without any special meaning.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue