Front End Interview Series-Part 3
Q21: What are Closures?
Closures are functions in JavaScript bundled together with its parent lexical environment. Lexical Environment is referred to the surroundings where function is present physically in the code and the variables it has access to...
sakshichaudhary.hashnode.dev5 min read
Omkar Patke
Something New
Nice blogs Sakshi, Really helpful and easily understandable concepts.