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 d4b3c13 commit d464ee9Copy full SHA for d464ee9
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