Skip to content Skip to sidebar Skip to footer

Author page: Sumith Harshan

Constructors

JavaScript Constructors

JavaScript has a number of built-in object types, such as: Math, Date, Object, Function, Boolean, Symbol, Array, Map, Set, Promise, JSON, etc. These objects are sometimes referred to as "native objects". Constructor functions, commonly referred to as just "constructors", are special functions that…