Instance
โ Object created through a class
or Constructor Function
Methods are copied from class
to all Instances
Referencesโ
Instantiation
โ (process) to create new Object Instance fromclass
Array.from()
โ to return new ArrayInstancefromiterable (or array-like) ObjectCC
โ Reactclass
Instanceextends
React.Component
, provides render() Method to return UI, manage state & perform side effects on Lifecycle MethodsChildProcess
โ Spawned Child Process InstanceEventEmitter
โclass
constructor to createemitter
InstanceInstance Private Field
โclass
field property with#
prefix to store privately within InstanceStatic Method
โ Method attach toclass
only & NOT Instanceconstructor()
โ specialclass
Method to pass args & setup new new InstancecreateStore()
โ OLD Redux API fn to create new Store Instance