We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f85e71 commit 23fe606Copy full SHA for 23fe606
README.md
@@ -1000,8 +1000,8 @@ function getOrientation() {
1000
1001
| | const | Let | Var |
1002
|------------------------|-------|-----|-----|
1003
-| Can be Reaasigned? | X | :white_check_mark: | V |
1004
-| Cab be Redeclared? | X | X | V |
1005
-| Block Scope | V | V | X |
1006
-| Function Scope | V | V | V |
1007
-| Stored in Global Scope | X | X | V |
+| Can be Reaasigned? | :x: | :white_check_mark: |:white_check_mark: |
+| Cab be Redeclared? | :x: | :x: | :white_check_mark: |
+| Block Scope | :white_check_mark: |:white_check_mark: | :x: |
+| Function Scope | :white_check_mark: | :white_check_mark: | :white_check_mark: |
+| Stored in Global Scope | :x: | :x: | :white_check_mark: |
0 commit comments