We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d4331 commit cd94b69Copy full SHA for cd94b69
Notes/3-Hoisting.md
@@ -90,6 +90,8 @@ getName();
90
console.log(x);
91
console.log(getName)
92
93
+var x = 7;
94
+
95
function getName(){
96
console.log("Namaste JavaScript");
97
}
0 commit comments