what is the extension of java script.
Answers were Sorted based on User's Feedback
Is a relation always a function?
How do you check if a string is a number javascript?
How do you round a value in javascript?
How to create 3-dimensional Array in Javascript?
What is memory leak in javascript?
Can any one tell me about s_objectID used for the anchor tag why it is used, what for and how to use it properly. with an example...please please......
Which is faster jquery or javascript?
What is the use of dom?
Where should I put script tags?
How would you check if a variable is null/undefined?
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 you used Java Script? Can it use for both client side and server side validation purpose?
12 Answers BeBo Technologies, HCL, Wipro,