Skip to content

Commit ab8f001

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

exercises/04.1-Print-the-last-one/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=d-CnlwX6x1A
3+
---
4+
15
# `04.1` Print the last one
26

37
You will never know how many items `myStupidArray` has because it is being randomly generated during runtime using the `generateRandomArray` function.
@@ -11,4 +15,4 @@ var totalItems = myStupidArray.length;
1115
# 📝 Instructions
1216

1317
1. Create a variable named theLastOne, and assign it the LAST element of myStupidArray.
14-
2. Then, print it on the console.
18+
2. Then, print it on the console.

0 commit comments

Comments
 (0)