Does javascript support multidimensional arrays ?

Answers were Sorted based on User's Feedback



Does javascript support multidimensional arrays ?..

Answer / rajwinder

yes

Is This Answer Correct ?    5 Yes 0 No

Does javascript support multidimensional arrays ?..

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

Does javascript support multidimensional arrays ?..

Answer / kamma ashok

yes.some cases can not accept.

Is This Answer Correct ?    0 Yes 0 No

Does javascript support multidimensional arrays ?..

Answer / hassan shahzad aheer

yes java script support multidimensional arry.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is the difference between JavaScript and jscript?

1 Answers  


What does three dots mean in texting?

0 Answers  


How to convert a string to lowercase?

0 Answers  


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?

0 Answers  


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?

2 Answers  


Can you run javascript in notepad?

0 Answers  


What are the different types of errors supported by javascript?

0 Answers  


What are the properties of stack?

0 Answers  


What are ‘settimeout()’?

0 Answers  


What are javascript objects?

0 Answers  


What is the relationship between Java script, J script and ECMA script?

1 Answers  


Categories