+ 2
Why are variables and arrays not closures?
3 Answers
+ 2
unlike closures., variables and arrays are containers to store values. They are not chunks of code that hold functionality.
+ 8
thank you Abdelkader
+ 3
abdelkader they are like containers, but they are objects