Thanks to visit codestin.com Credit goes to github.com
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.
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