What are Scopes, Lexical Environment and Closures in Javascript?
Jul 22, 2022 · 3 min read · The closure is one of the most important concepts in Javascript and my favorite too. In this blog, we are going to understand closures in a beginner-friendly manner. Before knowing about closures we need to understand what is lexical environment and ...
Join discussion