Monthly Archives: October 2020



What is Javascript Prototype ?
What Is a Constructor in JavaScript? To get to know about prototypes, let’s talk about constructors first.The Constructor function in JavaScript is a function that returns a reference to the object that created the instance object. For example, if your object is an instance of an array, its constructor function refers to the array. This […]