Skip to content

Commit 188f497

Browse files
authored
"better to demonstrate" -> "best demonstrated", ", like this:" -> ":"
1 parent 3e93486 commit 188f497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/04-var/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ So in the example above, `if (false)` branch never executes, but that doesn't ma
153153

154154
**Declarations are hoisted, but assignments are not.**
155155

156-
That's better to demonstrate with an example, like this:
156+
That's best demonstrated with an example:
157157

158158
```js run
159159
function sayHi() {

0 commit comments

Comments
 (0)