Fix for issue #2314
This commit is contained in:
parent
e1a3f634a4
commit
79f3caf351
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ That's simple:
|
||||||
let ourPlanetName = "Earth";
|
let ourPlanetName = "Earth";
|
||||||
```
|
```
|
||||||
|
|
||||||
Note, we could use a shorter name `planet`, but it might be not obvious what planet it refers to. It's nice to be more verbose. At least until the variable isNotTooLong.
|
Note, we could use a shorter name `planet`, but it might not be obvious what planet it refers to. It's nice to be more verbose. At least until the variable isNotTooLong.
|
||||||
|
|
||||||
## The name of the current visitor
|
## The name of the current visitor
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue