List some data types supported by javascript?


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

Post New Answer

More JavaScript Interview Questions

what is a dataset

0 Answers   Omax,


How do I open javascript console?

0 Answers  


What is difference between module.exports and export?

0 Answers  


Give an example of closure?

0 Answers  


What is createtextnode?

0 Answers  


List some data types supported by javascript?

0 Answers  


How to setting a cookie with the contents of a textbox?

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  


Where can I learn javascript for free?

0 Answers  


What is the use of a number object in javascript?

0 Answers  


How to add a combo box dynamically at run time in Java script?

5 Answers  


Where do I write javascript code?

0 Answers  


Categories