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 790594 of Dynamic typing

  • Revision slug: Glossary/Dynamic_typing
  • Revision title: Dynamic typing
  • Revision id: 790594
  • Created:
  • Creator: klez
  • Is current revision? No
  • Comment fixed CodingScripting tag

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.

Learn more

Learn about it

General knowledge

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>

<h2 id="Learn_more">Learn more</h2>

<h3 id="Learn_about_it">Learn about it</h3>

<ul>
 <li><a href="/en-US/docs/Web/JavaScript/Data_structures">JavaScript data types and data structures</a></li>
</ul>

<h3 id="General_knowledge">General knowledge</h3>

<ul>
 <li><a href="https://en.wikipedia.org/wiki/Type_system#DYNAMIC">Wikipedia article</a></li>
</ul>
Revert to this revision