Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

One of the ways we can group together programming languages is with these two groups:

Dynamic typing is where we don't give variables specific data types, but instead variables have no set type and can often even change their data type if reassigned a value of a different data type.