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

https://github.com/celthros/first-class-oop-project

First time fully utilizing JS classes on my own
https://github.com/celthros/first-class-oop-project

classes-and-objects javascript

Last synced: about 1 year ago
JSON representation

First time fully utilizing JS classes on my own

Awesome Lists containing this project

README

          

# learning more on Javascript Classes and Objects
## Table of Contents
## Introduction
1. define a class
2. constructor
3. fields, methods, and properties
4. multiple constructors
5. inheritance
6. instance of
7. static methods
8. getters and setters
9. private fields
10. private methods
11. private properties
12. private constructor