How to create 3-dimensional Array in Javascript?
Answer Posted / sumit
int a[][][] = new int[i][j][k];
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which is the best website to learn javascript?
Explain window.onload and ondocumentready?
How do you clear an array in javascript?
List few advantages of using javascript?
What are anonymous functions in Javascript?
Can you have a function within a function in javascript?
Why it is not advised to use innerhtml in javascript?
What is the difference between innerhtml and append() in javascript?
What is local scope in javascript?
What is a prompt box in javascript?
How to count the number of element in an array using javascript?
What is data type in javascript?
What is javascript? List some data types supported by javascript?
Will javascript be replaced?
What is break and continue statements?