0 votes
in JavaScript by
What is closure?

1 Answer

0 votes
by

Closures are created whenever a variable that is defined outside the current scope is accessed from within some inner scope.

Related questions

0 votes
asked Jun 27, 2023 in Laravel by Robindeniel
0 votes
asked Jun 21, 2020 in Gradle by Robindeniel
...