We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c729083 commit a280e95Copy full SHA for a280e95
1 file changed
README.md
@@ -494,8 +494,8 @@
494
}
495
496
// The interpreter is hoisting the variable
497
- // declaration to the top of the scope.
498
- // Which means our example could be rewritten as:
+ // declaration to the top of the scope,
+ // which means our example could be rewritten as:
499
function example() {
500
var declaredButNotAssigned;
501
console.log(declaredButNotAssigned); // => undefined
0 commit comments