8. Closures
In This Chapter
• Understand what closures are
• Tie together everything you’ve learned about functions, variables, and scope
By now, you probably know all about functions and all the fun functioney things that they do. An important part of working with functions, with JavaScript, and (possibly) life in general is understanding the topic known as closures. Closures touch upon a gray area where functions and variable scope intersect (see Figure 8.1).
Now, I am not going to say any thing more about closures, as this is something best explained by seeing the actual code. ...
Get JavaScript Absolute Beginner’s Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.