We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b9d0d commit b04907bCopy full SHA for b04907b
exercises/03.1-Access-and-retrieve/README.md
@@ -1,3 +1,7 @@
1
+---
2
+tutorial: https://www.youtube.com/watch?v=9-yAzjsWXtU
3
4
+
5
# `03.1` Access and Retrieve
6
7
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
23
27
24
28
```txt
25
29
⚠️ Important note: Use null as a value and not "null" as a string.
26
-```
30
+```
0 commit comments