6) Javascript Closure
IntroductionA closure is a concept in which inner function can access the variables and functions which are defined inside the outer function, even after the outer function has finishes its execution.
careerpath.hashnode.dev4 min read