What is called Variable typing in Javascript?
Please read the guide .
Please answer the question in detail
Variable typing is used to assign a number to a variable. The same variable can be assigned to a string.
Example:
i = 10; i = "string;"
This is called variable typing.
Doubtly is an online community for engineering students, offering:
Get the pro version for free by logging in!
5.7k questions
5.1k answers
108 comments
554 users