Series Table of Contents
- Part 1: Series Introduction (this article)
- Part 2: The Prototype Chain (coming soon)
- Part 3: The this Keyword (coming soon)
- Part 4: The new Keyword (coming soon)
- Part 5: Classes (coming soon)
This series of articles are my notes on Object-Oriented Programming (OOP), as it is in JavaScript. OOP is a popular programming paradigm that allows us a way to structure and maintain complex code.
Continue reading “OOP in JS: Series Introduction”