Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ What is called Variable typing in Javascript?

Variable typing is used to assign a number to a variable and the same variable can be assigned to a string.

Example

i = 10;

i = "string";

This is called variable typing.

 173 views

More Questions for you: