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 best site to learn javascript?
What is a closure javascript?
What are JavaScript types?
What is an anonymous function in JavaScript?
How do you reverse a string in javascript?
Explain how can you submit a form using JavaScript?
What is a javascript code?
What happens when the recursion calling is applied on two functions?
How are DOM utilized in JavaScript?
How to select an element by id and swapping an image?
What does the term sticky session mean in a web-farm scenario?
why we calld java object orinted programming language??