Name the mechanism by which a function retains access to variables from its defining scop…

from JavaScript
beginner 1 min

Name the mechanism by which a function retains access to variables from its defining scope after that outer call finishes.

Report an error