0 votes
in JavaScript by
What is typed language?

1 Answer

0 votes
by
In Typed Language, values are associated with values alone. They are not associated with variables. There are two types of Typed Language:

Dynamically: For Dynamically Typed language, the variable can hold several types.

Statically: In Statically Typed languages, the variable is capable of holding only one type.
...