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 function of public class main ?
What is namespacing in javascript and how is it used?
How generic objects can be created?
What is an undefined value in JavaScript?
Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
What do “1”+2+4 evaluate to?
What is the difference between textContent and innerText?
Give an example of closure?
Why it is not advised to use innerhtml in javascript?
What are the main functions performed by javascript statements?
What's relationship between JavaScript and ECMAScript? And What are JavaScript types?
Define anonymous function.
What is break and continue statements?
Name the numeric constants representing max, min values?
What is the difference between .call() and .apply()?