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 |
List the comparison operators supported by javascript?
Is it possible make a call to server side event of any button using javascript?
How much do javascript programmers make?
Which type of variable among global and local, takes precedence over other if names are same?
a code in vb script, which creates a table of 5*2 in html this is a static table, one more same dynamic table, as we give input the table should get created.
What are the five data types?
What is spread operator?
Is javascript a programming language?
How to create an array in javascript?
WHAT IS .NET?
Name the datatypes of javascript?
How do I use javascript to password-protect my web site?