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 4ba4b9a

Browse files
Merge pull request #4 from jaisayush/patch-1
Update 3-Hoisting.md
2 parents 42d4331 + cd94b69 commit 4ba4b9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Notes/3-Hoisting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ getName();
9090
console.log(x);
9191
console.log(getName)
9292
93+
var x = 7;
94+
9395
function getName(){
9496
console.log("Namaste JavaScript");
9597
}

0 commit comments

Comments
(0)

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