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 |
What does the isNaN() function?
Explain about session? Where it runs & what are different types of session handling?
What is the difference between java and java script?
What can be the challenges during testing a program or a system?
What is memory leak in javascript?
What is difference between promise and callback?
Why do we need to declare variables?
How to add a combo box dynamically at run time in Java script?
why array is called the collection of similar datatypes?
different between web server and application server
Can any one tell me about s_objectID used for the anchor tag why it is used, what for and how to use it properly. with an example...please please......
Explain unescape() in javascript?