Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ What is variable typing?

Variable typing is used to assign a number to a variable and then assign string to the same variable. Example is as follows:

i= 8;

i="Muhammad";

 155 views

More Questions for you: