JavaScript Fundamentals: Classes
Introduction
JavaScript is not a class-based language, but rather, a prototype-based language where objects inherit from other objects. This concept is explained in detail in this stackoverflow post.
In this article we will look at how to define a cl...
theoverageddev.com3 min read