Your first array

Report a typo

Create an array called myFirstArray and assign its first position a value of 10.

You don't need to print or return anything; declare the array and assign the value.

Sample Input 1:

Sample Output 1:

10
Write a program in JavaScript





___

Create a free account to access the full topic