Execution ↔ (process) to run Machine Code immediately in Call Stack
aka Execute, Executing, Run, Running, Call, Calling, Apply, Applying, Invoke, Invoking
References
super↔ JS Keyword to Invoke superclassconstructor()Runtime Environment↔ Place to Execute Program, with platform-specific Global Scope accessLoop↔ Control Flow to repeat Block ExecutionFront-End App (JS)↔ App to Execute in Browser Runtime with access towindow(Global Object)Optimisation↔ (process) Optimization Compiler recompiles Code in background during ExecutionBrowser Module Path↔ toimportModule via Module Specifier to point to CDN URL link - to allow immediate Execution in Browser w/o Bundler