Skip to content

Commit a6f0bbc

Browse files
authored
Update README.md
1 parent 3fdf099 commit a6f0bbc

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

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

0 commit comments

Comments
 (0)