Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 988 Bytes

File metadata and controls

23 lines (18 loc) · 988 Bytes

Unit 4 Lesson 2: Closures

Key Terms

  • Closure
  • First-class function
  • Lexical scope
  • Higher order functions
  • Nested functions

Essential Questions

  • What is a closure?
  • How do the concepts of lexical scope and first-class functions relate to closures in JavaScript?
  • How can we use closures to create private data?

Learning Assignments

Practice