Contents

Javascript Closure Characteristics

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.