0 votes
in JavaScript by
What is required in order to implement the Lexical Scoping?

a) To reference the current scope chain

b) Dereference the current scope chain

c) Get the object

d) Return the value

1 Answer

0 votes
by

Answer: A

Reason: It is necessary to include not only that function's code in the internal state of the function's object, but also to provide references to the current scope chain.

...