Skip to content

Commit 700a1b7

Browse files
Update line 742 Q.23
1 parent 133e907 commit 700a1b7

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
@@ -739,7 +739,7 @@ console.log(num);
739739

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

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

744744
</p>
745745
</details>

0 commit comments

Comments
 (0)