Skip to content

Commit 8c9b9e1

Browse files
authored
Merge pull request #19 from GMDEEP/patch-4
Typo
2 parents 62876ab + 54dd6bc commit 8c9b9e1

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)