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 is the benefit of arrow functions?
What is difference between local and global scope in javascript ?
Why do we need npm?
How do I run javascript in chrome?
What are events in javascript?
Explain escape() in javascript?
Why is currying called currying?
Is javascript backend or frontend?
Which companies are using node js?
Is javascript a highly secure scripting language?
How onclick works in javascript?
What is the Infinity property used for in Javascript?
How is a relation not a function?
How do you target a specific frame from a hyperlink?
What is the difference between ‘function declaration’ and ‘function expression’?