some doc fixes

This commit is contained in:
Tom Ball
2016-07-25 17:00:51 -04:00
parent ca3cd1de22
commit c4139a862f
4 changed files with 11 additions and 30 deletions

View File

@ -116,6 +116,6 @@ const numLivesForCat = 9;
They are like `let` declarations but, as their name implies, their value cannot be changed once they are bound.
In other words, they have the same scoping rules as `let`, but you can't re-assign to them.
### ~button /js/expressions
NEXT: Expressions
### ~button /js/operators
NEXT: Operators
### ~