Create a JavaScript array which can hold salaries of three employees. Which of the following is the correct method
to do it?<

Create a JavaScript array which can hold salaries of three employees. Which of the following is the correct method
to do it?
Select one:
O var salaries = new Array(69435, 59839,90729)
O var salaries = new Array() values = 69435, 59839 90729
O var salaries = new (Array1 =69435, Array 2=59839 Array 3=90729)
O var salaries = new Array(1:69435, 2:59839 3:90729)​

About the author
Hailey

1 thought on “Create a JavaScript array which can hold salaries of three employees. Which of the following is the correct method<br />to do it?<”

Leave a Reply to Eden Cancel reply