Does javascript support automatic type conversion, if yes give example.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What is the === in javascript?

0 Answers  


Explain higher-order functions in javascript?

0 Answers  


What is local scope in javascript?

0 Answers  


How do I disable javascript in my browser?

0 Answers  


What are Cookies in Javascript?

0 Answers  






what is the extension of java script.

2 Answers  


What is the difference between programing language and scripting language.?

3 Answers   Reliance, TCS,


what data type javascript supports?

0 Answers  


What do mean by NULL in Javascript?

0 Answers  


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

0 Answers  


Is null === undefined?

0 Answers  


Who is the world famous hacker?

0 Answers  


Categories