Dynamic typing
Dynamically-typed languages are those (likeJavaScript) where the interpreter assignsvariables atype at runtime based on the variable'svalue at the time.
In this article
See also
- JavaScript data types and data structures
- Type system on Wikipedia