Skip to content

Commit 54dd6bc

Browse files
authored
Typo
Line 9, ont he should be "on the"
1 parent efe6b98 commit 54dd6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/04.1-Print-the-last-one/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tutorial: https://www.youtube.com/watch?v=d-CnlwX6x1A
66

77
You will never know how many items `myStupidArray` has because it is being randomly generated during runtime using the `generateRandomArray` function.
88

9-
But don't worry! The property `myStupidArray.length` returns the length of myArray (try console logging it and you will see the length displayed ont he console).
9+
But don't worry! The property `myStupidArray.length` returns the length of myArray (try console logging it and you will see the length displayed on the console).
1010

1111
```js
1212
var totalItems = myStupidArray.length;

0 commit comments

Comments
 (0)