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?
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.
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?