Understanding Object-Oriented Programming in JavaScript
OOP is a way of organising your code around real-world things — cars, students, bank accounts. Instead of scattered variables and functions, everything that belongs together stays together.
What is OO
jemin001.hashnode.dev4 min read