__proto__
__proto__ is defined as: [[ ]] property on all objects, link to Constructor Function. Topics on: . Read more: JS, JS Concepts, Multi Paradigm, Paradigm, OOP, Pr
__proto__ is defined as: [[ ]] property on all objects, link to Constructor Function. Topics on: . Read more: JS, JS Concepts, Multi Paradigm, Paradigm, OOP, Pr
class is defined as: JS Keyword to declare Class (as Syntactic Sugar over Constructor Function). Topics on: class is more compact JS Syntax to set up Prototype
Constructor Function is defined as: function to programmatically create Object (& link via __proto__ after Instantiation with new). Topics on: !cannot use arrow
Date is defined as: Interface Constructor Function for new date object (with epoch). Topics on: new Date(), epoch, Date.now(), Intl.DateTimeFormat('en-GB').form
Error is defined as: Constructor Function for generic Error. Topics on: throw new Error(`My Error Message`). Read more: JS, JS Language, Object, Error, Construc
Error is defined as: Constructor Function for generic Error Object. Topics on: Error Properties. Read more: JS, JS Language, Exception, Error, Constructor Funct
Function is defined as: Constructor Function for new function Object. Topics on: function, (function(){}).constructor === Function, Function Instance Methods, I
Instance is defined as: Object created through a class or Constructor Function. Topics on: Methods are copied from class to all Instances. Read more: JS, JS Con
instanceof is defined as: JS Operator to return boolean if __proto__ (of Constructor Function) exists on calling Operand's prototype chain. Topics on: . Read mo
Map() is defined as: Constructor Function to Instantiation new map Object. Topics on: . Read more: JS, JS Language, Object, Map, Constructor Function, Instantia
new is defined as: JS Operator to call Constructor Function, assign this keyword & link to Prototype. Topics on: new operator flow. Read more: JS, JS Language,
Private Constructor is defined as: Constructor Function prepend with private to restrict access to within class, prevent Instantiation with new. Topics on: . Re
RegExp() is defined as: Constructor Function for new RegExp Object. Topics on: . Read more: JS, JS Language, Object, Reg Exp, Constructor Function |web-Dev Wiki
Set() is defined as: Constructor Function to convert iterable Argument to set. Topics on: Set instance property, instance methods. Read more: JS, JS Language, O
Static Method is defined as: Method attach to Constructor Function (NOT Prototypal Inheritance via __proto__). Topics on: static, Instance Method, Array.from(),
URL() is defined as: Constructor Function to return new URL. Topics on: . Read more: JS, JS Language, Object, URL, Constructor Function, New | Full-Stack Wiki
WebSocket is defined as: Interface Object & Constructor Function to access WebSockets API. Topics on: Websocket Event. Read more: JS, Nodejs, Node Stack, Web So