Module 1 OOP
- Modules:
- MDN: Moduler
- Classes:
- MDN: Classes in JS
- W3Schools: Classes
- Object Oriented Programming
- MDN: OOP
- Constructors:
- W3Schools: Constructors
- Prototypes:
- MDN: Prototypes
- W3Schools: Prototypes
- Inheritance:
- MDN: Inheritance
- this keyword:
- W3Schools: this keyword
- Getters & Setters
- Get
- Set
- Strict Mode
- MDN: Strict Mode
- W3Schools: Strict Mode
- Functional Programming
- MDN: First Class function
- MDN: Callback functions
- MDN: Closures
- W3 Schools: Closures
- Functional Programming - Extra :
- Adekola Olawale: Functional Programming
- freeCodeCamp: Functional Programming
- LIL: Learning functional programming with JavaScript ES 6
Module 2 NPM & Bundlers