DEV Community

Discussion on: Lexical Environment-the hidden part to understand Closures

Collapse
 
navidkhm profile image
M.Navid

Thank you @aman_singh;
I was wondering what happens if we initiate function in the Execution Stage like: const x = () =>{our function};
In this way our function just can access to VE in the Execution Stage and not the Creation, so how would the outer VE reference looks llike?