"better to demonstrate" -> "best demonstrated", ", like this:" -> ":"
This commit is contained in:
parent
3e93486425
commit
188f497f86
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue