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.
2 parents 677fb62 + d464ee9 commit ebfef9fCopy full SHA for ebfef9f
1-js/06-advanced-functions/03-closure/7-let-scope/solution.md
@@ -27,7 +27,7 @@ The code above demonstrates it.
27
function func() {
28
*!*
29
// the local variable x is known to the engine from the beginning of the function,
30
- // but "unitialized" (unusable) until let ("dead zone")
+ // but "uninitialized" (unusable) until let ("dead zone")
31
// hence the error
32
*/!*
33
0 commit comments