Variable typing assigns a number to a variable and then assigns a string to the same variable. An example is as follows:

i= 8;
i="john";