Is javascript whitespace sensitive?


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

Post New Answer

More JavaScript Interview Questions

What percentage of websites use javascript?

0 Answers  


Can you explain how inheritance works in javascript?

0 Answers  


What is the role of javascript in html?

0 Answers  


How to create the namespace in javascript?

0 Answers  


What is screen object in JavaScript?

0 Answers  


How typeof operator works?

0 Answers  


How can JavaScript be used?

0 Answers   Deloitte, JPMorgan Chase,


What is the most widely used programming language?

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  


What are exports and imports?

0 Answers  


Do you have to declare variables in javascript?

0 Answers  


How can the style/class of an element be changed?

0 Answers  


Categories