Closures & Callback in JavaScript
Leave a reply
Closures:- One of the greatest features in javascript is closures and it’s widely used but a little bit confusing term of javascript. So let’s understand what is closures. In simple words closures function are gives you access to an outer function from the inner function. We will start the fundamental term lexical scope known as Continue Reading »