Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 787714 of Dynamic typing

  • Revision slug: Glossary/Dynamic_typing
  • Revision title: Dynamic typing
  • Revision id: 787714
  • Created:
  • Creator: Andrew_Pfeiffer
  • Is current revision? No
  • Comment new entry

Revision Content

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.

Revision Source

<p><strong>Dynamically-typed languages</strong>&nbsp;are those (like {{glossary("JavaScript")}}) where the interpreter assigns {{glossary("variable","variables")}}&nbsp;a&nbsp;{{glossary("type")}} at runtime based on the variable's {{glossary("value")}} at the time.</p>
Revert to this revision