Does javascript support multidimensional arrays ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List out all the falsifying tokens in Javascript?

665


How you can modify XAML content from JavaScript in Silverlight?

554


How to get inner html of an element in javascript?

478


Explain how to detect the operating system on the client machine?

497


How to get checkbox status whether it is checked or not?

528






In Java coding we will write a public static void main()? Why won't we write as a static public void main()

2125


How to write comment in JavaScript?

983


Why is javascript so hard?

458


What are the five data types?

464


How do you declare in javascript?

470


How to load another html page from javascript?

548


What is variable typing?

563


What is the difference between an array and an object?

473


How to disable an html object ?

565


What is the difference between arrow function and normal function?

590