What is array explain it?
What will happen if an infinite while loop is run in Javascript?
Is javascript used for backend?
How to write a script for "select" lists using javascript
How will you create new object in javascript?
What are screen objects?
hello sir my name is naga sekhar i completed my b-tech in 2011 with 61% in IT streme.I completed my core and advanced java coure before 8months back.Still i did not get the job.i tried so many times.and i went to some interviews but no use.now i want to get the job in software sector
What is the scope of variables in JavaScript?
What are the properties of stack?
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; }
Can you assign an anonymous function to a variable?
How to write hello world on the web page?
Which built-in method removes the last element from an array and returns that element?