filmov
tv
JavaScript Closures Explained

Показать описание
A closure is a special inner-function that is able to access the outer function's variables. Local variables inside of a function exist only during that function's execution, until we consider closures. Watch the video and see how they work!