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 this? Var myarray = [[[]]];
Which built-in method returns the index within the calling string object of the first occurrence of the specified value?
why we calld java object orinted programming language??
What is a way to append a value to an array?
What is new keyword in javascript?
What do you use javascript for?
To put a "close window" link on a page ?
What is encodeuri() in javascript?
What is the difference between let and var?
Is function a data type in javascript?
What is the source code for include() & forwrd() method servlet program?
What is webpack used for?