🔰dynamically typed

JSvaluetype ⟩ dynamic typed

value can change from its first declaration type to another type.

JS is a dynamically typed language.

Last updated