1.

What do you mean by the Temporal Dead Zone in ES6?

Answer»

In ES6, Temporal Dead Zone is a behavior occurring in JavaScript while DECLARING a variable with the LET and const keywords. The period between entering the scope and being declared is the one when these keywords cannot be ACCESSED and enter the Temporal Dead Zone.

Also Read: JQuery Questions


Discussion

No Comment Found