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.
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.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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.
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.