Expert Developer JavaScript Question:

Download Job Interview Questions and Answers PDF

What is variable typing?

Expert JavaScript Developer Interview Question
Expert JavaScript Developer Interview Question

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 Interview Questions And Answers PDF

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?