What is called Variable typing in Javascript?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Expert Developer JavaScript Job Interview Questions And Answers