Skip to main content
Submitted by admin on 28 December 2021

A language is dynamically typed if  perform type(common programming behaviours) checking at runtime.

language interpreter perform type checking at runtime and assigns variables type based on the variable's value.

 

Examples of dynamically typed languages  :- Python, PHP, JavaScript