Skip to content

Commit 7fe34bf

Browse files
authored
Two Parts
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.
1 parent efe6b98 commit 7fe34bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/03.2-Retrieve-Items/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tutorial: https://www.youtube.com/watch?v=rWYIgofIAME
44

55
# `03.2` Retrieve Items
66

7-
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.
88

99
You need to wrap the index into brackets like this:
1010
```js

0 commit comments

Comments
 (0)