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 |
Which built-in method adds one or more elements to the end of an array and returns the new length of the array?
Why is javascript used for web pages?
What are the different types of errors in javascript?
Why is java better than javascript?
What is asynchronous javascript?
Can I declare a variable as CONSTANT in JavaScript?
Define closure.
How to get the last index of a string in javascript?
How to include the HTML tag inside the javascript tags?
Is JavaScript a true OOP language?
What do you mean by script?
What are the different ways to create an array in javascript?