You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only way of accessing a particular element in an array is using an index. An index is an integer number that represents the position you want to access in the array.
@@ -10,4 +14,4 @@ var myValue = array[index];
10
14
# 📝 Instructions
11
15
12
16
1. Print on the console the 1st element of the array
13
-
2. Print on the console the 4th element of the array
17
+
2. Print on the console the 4th element of the array
0 commit comments