Arrays Practice Quiz

Question 1

Rearrange the given code to create an array that has elements [10, 3, 42] at the end of this code.

Question 2

Question 3

Question 4

Question 5

Question 6

Solve the fix23 CodingJS array problem. You do not need a loop for this problem.

Question 7

Solve the has12 CodingJS array problem. You will need to use a loop to solve this problem.

Next Section - 2-D Arrays Practice Quiz