We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cca2d67 + 78ead63 commit 05ed546Copy full SHA for 05ed546
README.md
@@ -967,7 +967,7 @@
967
| ----------------------------------------------------- | --------------------------- |
968
| It has been available from the beginning of JavaScript | Introduced as part of ES6 |
969
| It has function scope | It has block scope |
970
- | Variable declaration will be hoisted | Hoisted but not initialized |
+ | Variable declaration will be hoisted, initialized as undefined | Hoisted but not initialized |
971
| It is possible to re-declare the variable in the same scope | It is not possible to re-declare the variable |
972
973
Let's take an example to see the difference,
0 commit comments