Javascript Closure Characteristics
Contents
Closure characteristics
When the function is assigned, the function remember values and functions that are around the function.
In other words, when the function is assigned, the function remember values and functions that are in the same level
scope.