Skip to content

Commit 3fdf099

Browse files
authored
Merge pull request #18 from GMDEEP/patch-3
Two Parts
2 parents 8c9b9e1 + 7fe34bf commit 3fdf099

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)