How to write hello world on the web page?
No Answer is Posted For this Question
Be the First to Post Answer
How do I open javascript on my iphone?
What are the main functions performed by javascript statements?
How do I activate javascript on my phone?
What is undefined value means in javascript?
How is javascript different from java?
Explain the unshift() method ?
Between JavaScript and an ASP script, which is faster?
How to comment javascript code?
What is the role of javascript in html?
How can we send mail using Javascript?
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; }
Why javascript is fast?