Skip to content

Commit 0c3c438

Browse files
authored
Update README.md
1 parent b04907b commit 0c3c438

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

exercises/03.2-Retrieve-Items/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: https://www.youtube.com/watch?v=rWYIgofIAME
3+
---
4+
15
# `03.2` Retrieve Items
26

37
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.
@@ -10,4 +14,4 @@ var myValue = array[index];
1014
# 📝 Instructions
1115

1216
1. Print on the console the 1st element of the array
13-
2. Print on the console the 4th element of the array
17+
2. Print on the console the 4th element of the array

0 commit comments

Comments
 (0)