Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 346 Bytes

File metadata and controls

11 lines (10 loc) · 346 Bytes

0x13. JavaScript - Objects, Scopes and Closures

Learning objectives for this project:

  • Why JavaScript programming is amazing
  • How to create an object in JavaScript
  • What this means
  • What undefined means
  • Why the variable type and scope is important
  • What is a closure
  • What is a prototype
  • How to inherit an object from another