JavaScript Object-Oriented Programming (OOP)
Overview:
Learning resources and tools.
Definitions:
- Object-Oriented Programming
-
The basic idea of OOP is that we use objects to model real world things that we want to represent inside our programs, and/or provide a
simple way to access functionality that would otherwise be hard or impossible to make use of.
Contribute content, suggestions, and fixes on github:
https://github.com/FrontendMasters/learning-roadmap