This commit is contained in:
joaquinelio 2021-03-23 03:54:31 -03:00 committed by GitHub
parent d4b3c135cc
commit d464ee94d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*/!* */!*