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 difference between JavaScript and jscript?
What does three dots mean in texting?
How to convert a string to lowercase?
How do you convert numbers between different bases in JavaScript?
4 Answers College School Exams Tests, Satyam, UIST, Wipro,
Which is better python or javascript?
I have a report which has id as hyperlink.when i click the id it should move to next report which displays the corresponding details.tell me how to get the value of hyperlink(which id is clicked) dynamically using javascript? so that i can make condition on my second report?
Can you run javascript in notepad?
What are the different types of errors supported by javascript?
What are the properties of stack?
What are ‘settimeout()’?
What are javascript objects?
What is the relationship between Java script, J script and ECMA script?