Learn what closures are and how to use them in JavaScript. Review the building blocks of closures and discover what closures look like in code.
Overview
Syllabus
Introduction
- Using closures in JavaScript
- What you should know
- Environment setup and exercise files
- Local and global scope
- Nesting functions
- Return a value from an inner function
- Create parallel closures
- Implement the module pattern
- Avoid unintended closures
- Use JS features in place of closures
- Continuing to learn closures
Taught by
Sasha Vodnik