DEV Community

Discussion on: What is Closure in JavaScript?

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

You could pass foo to any other function and it would still return 1, even when a goes out of scope; how is that not a closure?

Collapse
 
pentacular profile image
pentacular

Even when a goes out of the scope of what? :)