Does javascript support multidimensional arrays ?
Answers were Sorted based on User's Feedback
Answer / guest
Yes,
example,
var x = new array(5) // single dimensional array
var a = new array(3,5) // multi dimensional array
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / hassan shahzad aheer
yes java script support multidimensional arry.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is array in javascript?
How to access an external javascript file that is stored externally and not embedded?
What is singleton class in javascript? Explain
What can javascript programs do?
Is javascript a security risk?
What do ellipses mean in javascript?
What is a boolean in javascript?
how can count show data in grid view using java script
What are the different actions that are performed using javascript?
What is design pattern in javascript? Explain
What is javascript used for on iphone?
What would be the result of 2+5+”3″?