Back to Content

Dynamic typing

files/en-us/glossary/dynamic_typing/index.md

latest425 B
Original Source

Dynamically-typed languages are those (like {{glossary("JavaScript")}}) where the interpreter assigns {{glossary("variable","variables")}} a {{glossary("type")}} at runtime based on the variable's {{glossary("value")}} at the time.

See also