Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is variable typing in javascript?

4 like 0 dislike
Hello

What is variable typing in javascript?

Please give me your feedback........
asked 1 year ago by rad_joshep (19,390 points)

1 Answer

2 like 0 dislike
 
Best answer
It is perfectly legal to assign a number to a variable and then assign a string to the same variable as follows
example
i = 10;
i = "string";
This is called variable typing
answered 1 year ago by daneim (127,080 points)

Related questions

7 like 0 dislike
1 answer
5 like 0 dislike
1 answer
4 like 0 dislike
1 answer