Dynamically-Typed
↔ of Variable not fixed to one Type at Declaration, can be reassigned, only become known at Runtime
Strongly-Typed
of Programming Language to req Type assign for Variable Declaration
TS adds a type system on top of JS