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.

Related questions

0 votes
asked Apr 14, 2020 in Gradle by Robindeniel
0 votes
asked Oct 1, 2023 in JavaScript by GeorgeBell
...