Answer Posted / hassan shahzad aheer
yes java script support multidimensional arry.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to get the contents of an input box using javascript?
What is a javascript symbol?
What is javascript bom?
Is a parabola a function?
What is difference between scripting and programming?
What is an example of 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; }
how to get no of items from from weblist?
If we want to return the character from a specific index which method is used?
What are undefined and undeclared variables?
Do you need to declare variables in javascript?
Define event bubbling?
Difference between Pure functions Vs. Impure functions in javascript?
What is a javascript code?
What does three dots mean in texting?