You will find my contributions towards the development of FreeCodeCamp's OOJS curriculum in this repo. Click on each title below to go to the associated file.
This lesson plan introduces the concept of objects and how to create them using an object literal.
This lesson plan teaches the user how to access properties of an object using dot notation.
This lesson plan introduces methods and how to add them to an object created with an object literal.
This lesson plan introduces the user to "this" within the context of an object, and why it is useful.