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 fromclassArray.from()โ to return new ArrayInstancefromiterable (or array-like) ObjectCCโ ReactclassInstanceextendsReact.Component, provides render() Method to return UI, manage state & perform side effects on Lifecycle MethodsChildProcessโ Spawned Child Process InstanceEventEmitterโclassconstructor to createemitterInstanceInstance Private Fieldโclassfield property with#prefix to store privately within InstanceStatic Methodโ Method attach toclassonly & NOT Instanceconstructor()โ specialclassMethod to pass args & setup new new InstancecreateStore()โ OLD Redux API fn to create new Store Instance