Login
Remember
Register
Ask a Question
What is closure and how do you use it?
+2
votes
asked
Jul 16, 2019
in
JavaScript
by
Indian
What is closure and how do you use it?
#java-script
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 16, 2019
by
Indian
When a function returns the other function the returning function will hold its environment and this is known as closure.
...