new ↔ JS Operatorto call Constructor Function, assign this keyword & link to Prototype
References
Factory Function↔ function to return Object (w/othiskeyword &new)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 withnewURL()↔ Constructor to returnnewURLMap()↔ Constructor to InstantiatenewmapObject