DEV Community

Discussion on: Scope and Scope chain in Javascript

Collapse
 
surajitshaw profile image
SURAJITSHAW

This is fabulous article, really thank you so much sir. But I had doubt, what exactly you mean by this "objects referenceable by the execution context". I just don't understand that quoted text, if anyone can explain it please do.

Collapse
 
pervez profile image
Md Pervez Hossain

In JavaScript objects are non-primitive or reference data type, During the memory creation phase of execution context, Reference Data type , Store in Heap Memory space, to connect with Execution context it provides reference.