JS ⟩ value ⟩ function ⟩ nested function
a function is called "nested" when it is created inside another function.
a closure is usually a nested function.
JS.info ⟩ Nested functions
Last updated 2 years ago