docs.rodeo

MDN Web Docs mirror

Dynamic typing

{{GlossarySidebar}} 

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

In this article

View on MDN