Skip to content

Latest commit

 

History

History

lesson-2-closures

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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