new
↔ JS Operatorto call Constructor Function, assign this
keyword & link to Prototype
References
Factory Function
↔ function to return Object (w/othis
keyword &new
)Constructor Function
↔ function to programmatically create Object (& link via__proto__
after Instantiation withnew
)Private Constructor
↔ Constructor Function prepend withprivate
to restrict access to within class, prevent Instantiation withnew
URL()
↔ Constructor to returnnew
URL
Map()
↔ Constructor to Instantiatenew
map
Object