Answer Posted / guest
Yes,
example,
var x = new array(5) // single dimensional array
var a = new array(3,5) // multi dimensional array
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What does the instanceof operator do?
What are the valid scopes of a variable in JavaScript?
How do I link an external javascript file to html?
what is the difference between wrappers and primitives es: diff between int i=200 in primitives and integeri = new integer(54)
What does three dots mean in texting?
What is the requirement of debugging in javascript?
How do I activate javascript on my phone?
TypeError: document.getelementbyid(...) is null?
How to define a anonymous function?
What is difference between arrow function and normal function?
What is the instanceof operator in JavaScript?
What are the properties of stack?
Can you have a function within a function in javascript?
Is javascript a programming language?
What is variables in javascript?