Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 274 Bytes

File metadata and controls

3 lines (2 loc) · 274 Bytes

What is a dynamically typed language?

In programming, a dynamically typed language is a language in which the data type of a variable is determined during the runtime of the program. This means that the type of a variable can change dynamically, as the program executes.