Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to create 3-dimensional Array in Javascript?

Answers were Sorted based on User's Feedback



How to create 3-dimensional Array in Javascript?..

Answer / upendar

array[][] = new Array();

Is This Answer Correct ?    5 Yes 1 No

How to create 3-dimensional Array in Javascript?..

Answer / anand prakash


for (i = 0; i < arr.length; i++) {

for (j = 0; j < arr[0].length; j++) {

arr[i][j] = new Array(3);
}

}

Is This Answer Correct ?    12 Yes 9 No

How to create 3-dimensional Array in Javascript?..

Answer / sumit

int a[][][] = new int[i][j][k];

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Difference between window.onload and onDocumentReady?

0 Answers  


What is the use of javascript?

0 Answers  


Hi Friends, I am new to java, please provide some use full docs, and where can i get basic Java script docs... thanx in advance

8 Answers  


What can javascript programs do?

1 Answers  


Why do we need hoisting in javascript?

0 Answers  


What is array in javascript?

0 Answers  


How to set the cursor to wait in JavaScript?

0 Answers  


What is the method for reading and writing a file in javascript?

0 Answers  


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.

0 Answers   IBM,


What is eager initialization in java?

0 Answers  


What are the concepts of object oriented programming?Explain with an example.

1 Answers  


Advantages & Disadvavtages of Java Script? Advantages & Disadvantages of CGI Scripting? Structure of Java Script? Commands of Java Script? HTML Basic Reviews?

3 Answers  


Categories