commit
ebfef9f6fc
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ The code above demonstrates it.
|
||||||
function func() {
|
function func() {
|
||||||
*!*
|
*!*
|
||||||
// the local variable x is known to the engine from the beginning of the function,
|
// the local variable x is known to the engine from the beginning of the function,
|
||||||
// but "unitialized" (unusable) until let ("dead zone")
|
// but "uninitialized" (unusable) until let ("dead zone")
|
||||||
// hence the error
|
// hence the error
|
||||||
*/!*
|
*/!*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue