javascript - what are some common uses of closures?
A closure is basically an inner/nested function. What are some of the most common examples of nested functions in popular js frameworks? In what scenarios would you choose to write a custom closure?
No comments:
Post a Comment