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.

Related questions

0 votes
asked Mar 24, 2021 in JavaScript by sharadyadav1986
0 votes
asked Dec 1, 2022 in JavaScript by john ganales
...