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 |
How to comment javascript code?
What is the role of javascript in a web page?
How do I add a javascript event handler to an html page element?
Which built-in method calls a function for each element in the array?
How to detect the OS on the client machine in JavaScript?
In javascript what is an argument object?
What are the data types available in javascript? Explain
List some of the advantages of javascript.
What is difference between java and javascript?
What are javascript closures?when would you use them?
What is the use of ‘debugger’ keyword in javascript code?
What is javascript used for on iphone?