Programming Languages JavaScript Objective
Mar 03, 2013

Define an array using ?

Choose the correct answer:
A) var myarray = new Array();
B) var myarray = array new;
C) var new Array() = myarray;
D) var new array = myarray;
Detailed Explanation

Option A is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback