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 to access a particular element in an array is by using an index. An index is an integer number, that represents the position you want to access in the array.
7
+
The only way to access a particular element in an array is by using an index. An index is an integer `number` that represents the position you want to access in the array.
8
8
9
9
You need to wrap the index into brackets like this:
0 commit comments