Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 3.5 KB

File metadata and controls

43 lines (36 loc) · 3.5 KB

Object Oriented Programming

My solution proposals for the Object Oriented Programming exercises.

freeCodeCamp module description:

"OOP, or Object Oriented Programming, is one of the major approaches to the software development process. In OOP, objects and classes organize code to describe things and what they can do. In this course, you'll learn the basic principles of OOP in JavaScript, including the this keyword, prototype chains, constructors, and inheritance."

Exercises

⬅️ Back to main file


Disclaimer: This repository should not be viewed as a facilitator for these courses.
This is intended to highlight and memorize my journey through this certification.