Object Oriented Programming w/ JavaScript| “this”, “new” & constructors

Ebony Hargro
4 min readMay 1, 2022

Hi there, welcome to my first technical blog post! This is the start of a series where I explain concepts related to OOP (Object Oriented Programming) with JavaScript. If you don’t know what any of those words mean, that’s okay, but be sure to read through the next paragraph and check the free resources linked within to get a primer before reading the rest of the post! If you’re familiar already, feel free to skip the next section.

A quick primer

--

--