Nope.. I dont think so.. if you know the concept of execution context Object you can easily understand how closure works. Let me Simplify it for you "if you have nested functions, you inner functions have always access the variables and functions of its parent or outer function".
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Nope.. I dont think so.. if you know the concept of execution context Object you can easily understand how closure works. Let me Simplify it for you "if you have nested functions, you inner functions have always access the variables and functions of its parent or outer function".