Understanding Object-Oriented Programming (OOP) in JavaScript
Up until now, we’ve used Variables to store data and Functions to perform tasks. But as your apps get bigger, your code can start to look like a messy pile of loose parts.
Object-Oriented Programming
planetinternet.hashnode.dev3 min read