How to create 3-dimensional Array in Javascript?
Answers were Sorted based on User's Feedback
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 can we establish connection with java and sql server?
How to achieve inheritance in javascript?
What is difference between java and javascript?
Is javascript easier than java?
What is differential inheritance?
What’s relationship between javascript and ecmascript?
Why is javascript so hard?
Name some of the Javascript frameworks?
What is a null variable in javascript?
What is this keyword?
9 Answers Cognizant, Infosys, Satyam,
Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same..
How to port a GUI application onto Web