A closure can be defined as a function that has access to the parent scope even after the scope is closed.
Scope determines the lifespan of a variable and the functions in a program that can access it.
A closure can be defined as a function that has access to the parent scope even after the scope is closed.
Scope determines the lifespan of a variable and the functions in a program that can access it.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)