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 the use of debugger keyword in javascript?
Explain how to detect the operating system on the client machine?
e=1+x/!+x2/2!+x3/3!+.... in javascript
what is the need of javascript in the internet
Are all javascript variables global?
What is the use of math object in javascript?
How would you compare two objects in JavaScript?
What are the types of data types?
Does JavaScript allow to modify CSS on-the-fly ?
How to get value from a textbox?
write a program using javascript/ vbscript that checks if two matrices have identical values in all the elements.
What is the difference between HTMLCollection and NodeList?