Skip to content

Commit 05ed546

Browse files
authored
Merge pull request #290 from SidharthArya/patch-1
Update README.md
2 parents cca2d67 + 78ead63 commit 05ed546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@
967967
| ----------------------------------------------------- | --------------------------- |
968968
| It has been available from the beginning of JavaScript | Introduced as part of ES6 |
969969
| It has function scope | It has block scope |
970-
| Variable declaration will be hoisted | Hoisted but not initialized |
970+
| Variable declaration will be hoisted, initialized as undefined | Hoisted but not initialized |
971971
| It is possible to re-declare the variable in the same scope | It is not possible to re-declare the variable |
972972

973973
Let's take an example to see the difference,

0 commit comments

Comments
 (0)