Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1019 Bytes

File metadata and controls

27 lines (22 loc) · 1019 Bytes

Unit 4 - Lesson 0: Understanding Objects

Key Terms

  • encapsulation
  • state
  • behavior
  • data properties
  • accessor properties
  • method
  • enumerable
  • private data
  • factory functions

Essential Questions

  • What is encapsulation? Why do we use it? How do objects enable it?
  • How do objects encapsulate state? How do they encapsulate behavior?
  • How do we create private data within JavaScript objects? What is the role of accessor properties?
  • What are factory functions and why are they useful?

Learning Assignments

Practice

  • Problem Set 4.0 on Canvas