Fix for issue #2314

This commit is contained in:
Kevin Jones 2020-11-30 19:51:03 -06:00 committed by GitHub
parent e1a3f634a4
commit 79f3caf351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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