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

What is Minification

1 Answers  


Is it safe to use javascript?

0 Answers  


Does javascript support foreach loop?

0 Answers  


What is global variable in javascript?

0 Answers  


What is enum in javascript?

0 Answers  


What is the naming conventions for the variables in javascript?

0 Answers  


How do I run javascript in chrome?

0 Answers  


What is the default scope in javascript?

0 Answers  


Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?

0 Answers  


What are javascript functions?

0 Answers  


Why do you need javascript?

0 Answers  


How to access the value of a textbox using javascript?

0 Answers  


Categories