An open API service indexing awesome lists of open source software.

https://github.com/sofiane-abou-abderrahim/javascript-classes-oop-mini-shop

I built this JavaScript demo with objects, and most importantly with Object Oriented Programming (OOP) and Classes. For example, inside of those classes, I added data and logic, public and private properties, constructors, inheritance, etc. This way of thinking about my program allowed me to split my code in a cleaner, easier to understand way.
https://github.com/sofiane-abou-abderrahim/javascript-classes-oop-mini-shop

classes constructor inheritance javascript object-oriented-programming objects oop private-properties public-properties

Last synced: 7 months ago
JSON representation

I built this JavaScript demo with objects, and most importantly with Object Oriented Programming (OOP) and Classes. For example, inside of those classes, I added data and logic, public and private properties, constructors, inheritance, etc. This way of thinking about my program allowed me to split my code in a cleaner, easier to understand way.

Awesome Lists containing this project