Articles by Victoria Lo

Articles by Victoria Lo

Follow
homeAboutSponsorsBloggingNode.jsGraphQLReact Hooks
Tag

Object Oriented Programming

#object-oriented-programming

More content

Read more stories on Hashnode


Articles with this tag

Functional vs Object-Oriented Programming

Oct 22, 2020

In the world of JavaScript, there are typically 2 programming paradigms: Functional and Object-Oriented Programming (OOP). But what exactly are these...

Functional vs Object-Oriented Programming

Introduction to JavaScript Inheritance

Jun 15, 2020

Before we dive in, I'll be assuming that you have prior knowledge on the following: Pre-requisites: JavaScript Objects, constructor functions and...

Introduction to JavaScript Inheritance