Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 05ed546

Browse files
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /