Middle
Which blocks in JavaScript create new execution contexts?
sobes.tech AI
Answer from AI
Global context, function context, and eval context. With the appearance of let and const, a block scope (lexical environment block) also arises.
sobes.tech AI
Answer from AI
Global context, function context, and eval context. With the appearance of let and const, a block scope (lexical environment block) also arises.