Expert Developer JavaScript Question:
Download Job Interview Questions and Answers PDF
What is variable typing?
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";
i= 8;
i="Muhammad";
Download Expert JavaScript Developer Interview Questions And Answers
PDF
Previous Question | Next 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? |