We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a899330 + 4230479 commit 3ba1a7fCopy full SHA for 3ba1a7f
README.md
@@ -743,7 +743,7 @@ console.log(num);
743
744
With the `var` keyword, you can declare multiple variables with the same name. The variable will then hold the latest value.
745
746
-You cannot do this with `let` or `const` since they're block-scoped.
+You cannot do this with `let` or `const` since they're block-scoped and therefore can't be redeclared.
747
748
</p>
749
</details>
0 commit comments