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
First sentence, "way to access" and adding "array is "by" using an" I think helps with reading your message.
Second sentence, I thought adding a comma after number helps to slow the reader to focus on important information.
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.
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