"better to demonstrate" -> "best demonstrated", ", like this:" -> ":"

This commit is contained in:
Peter Roche 2020-02-21 15:56:24 -07:00 committed by GitHub
parent 3e93486425
commit 188f497f86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ So in the example above, `if (false)` branch never executes, but that doesn't ma
**Declarations are hoisted, but assignments are not.**
That's better to demonstrate with an example, like this:
That's best demonstrated with an example:
```js run
function sayHi() {