Skip to content

Commit 3ba1a7f

Browse files
authored
Merge branch 'lydiahallie:master' into master
2 parents a899330 + 4230479 commit 3ba1a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ console.log(num);
743743

744744
With the `var` keyword, you can declare multiple variables with the same name. The variable will then hold the latest value.
745745

746-
You cannot do this with `let` or `const` since they're block-scoped.
746+
You cannot do this with `let` or `const` since they're block-scoped and therefore can't be redeclared.
747747

748748
</p>
749749
</details>

0 commit comments

Comments
 (0)