Runtime ↔ final lifecyle stage when Program is run inside EC
aka Dynamically
References
Dynamically-Typed↔ of Variable not fixed to one Type at Declaration, can be reassigned, only become known at RuntimeType Guard↔ Runtime Type-Check to Narrow Type of VariableSync↔ Runtime behaviour to execute Code sequentially line-by-line in exact order, tends to be Blockingeval()↔ to evaluate Code arg asstringat Runtime - bad for security/perfRegExp Constructor Notation↔ RegExp Syntax to callRegExp()to executeRegExpexpression at Runtime
const re = new RegExp(_regExpPattern: RegExp, flags = regExp.flags)
useScript()↔ Custom Hook to Dynamically load external ScriptDocker Container↔ Docker Image Runtime instance to virtualize OS as lightweight VM (excl Hardware overhead)Dynamic Level↔ TS Runtime Language Level of JS Source Code & Variablesimport()↔ JS Operator to Dynamically load Module viaPromiseEXPOSE↔ to expose Port (TCP|UDP) for Container to listen at Runtime