Understanding Object-Oriented Programming in JavaScript
Intro
Object-Oriented Programming (OOP) is basically a way to organize code by thinking about things as "objects" that have their own data and behaviors. Instead of just writing random functions and v
playwithjs.hashnode.dev3 min read