Description
In this course you will learn:
- Create objects and add/remove properties to them
- Write methods to access and mutate an object's properties
- Learn how variables are properties on window
- Leverage functions as first-class functions
- Identify when a scope is created
- Utilize closures and IIFE's to build private state
- Write a constructor function to instantiate objects
- Identify and manually set the value of this
- Implement prototypal inheritance
Syllabus :
- Objects in Depth
- Functions at Runtime
- Classes and Objects