Javascript Closures JavaScript June 11, 2022 Pramod T P Leave a comment Closures is an ability of a function to remember the variables and functions that are declared in its outer scope. This ability of a function to store a variable for further reference even after it is executed, is called Closure.