Expert Developer JavaScript Question:

What is variable typing?

Tweet Share WhatsApp

Answer:

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";

Download Expert JavaScript Developer PDF Read All 150 Expert JavaScript Developer Questions
Previous QuestionNext Question
Explain the working of timers in JavaScript? Also elucidate the drawbacks of using the timer, if any?How are event handlers utilized in JavaScript?