Instantiation โ (process) to create new Object Instance from class
aka Instantiate, Instantiating
Instanceโ
Object created through a class or Constructor Function
Referencesโ
Constructor Functionโ function to programmatically create Object (& link via__proto__after Instantiation withnew)Private Constructorโ Constructor Function prepend withprivateto restrict access to within class, prevent Instantiation withnewMap()โ Constructor to InstantiatenewmapObject