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 0c3c438 commit ab8f001Copy full SHA for ab8f001
exercises/04.1-Print-the-last-one/README.md
@@ -1,3 +1,7 @@
1
+---
2
+tutorial: https://www.youtube.com/watch?v=d-CnlwX6x1A
3
4
+
5
# `04.1` Print the last one
6
7
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;
11
15
# 📝 Instructions
12
16
13
17
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