Solved

Which of the Following Is the Correct Way for Writing

Question 14

Multiple Choice

Which of the following is the correct way for writing Java Script array?


A) var salaries = new Array(1:39438, 2:39839 3:83729)
B) var salaries = new (Array1=39438, Array 2=39839 Array 3=83729)
C) var salaries = new Array(39438, 39839,83729)
D) var salaries = new Array() values = 39438, 39839 83729

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions