Skip to content

Commit b04907b

Browse files
authored
Update README.md
1 parent c2b9d0d commit b04907b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

exercises/03.1-Access-and-retrieve/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=9-yAzjsWXtU
3+
---
4+
15
# `03.1` Access and Retrieve
26

37
Arrays are part of every programming language. They are the way to go when you want to have a "list of elements."
@@ -23,4 +27,4 @@ To access any particular item within the array you need to know its index (posit
2327

2428
```txt
2529
⚠️ Important note: Use null as a value and not "null" as a string.
26-
```
30+
```

0 commit comments

Comments
 (0)