What is a loosely typed language?
A loosely typed language, also known as a dynamically typed language, is a programming language where variables are not bound to a specific data type at the time of declaration.
A loosely typed language, also known as a dynamically typed language, is a programming language where variables are not bound to a specific data type at the time of declaration.