Skip to content

Commit de684e9

Browse files
committed
Update README.md
1 parent ccd09c0 commit de684e9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@ You have a bunch of dogs in an array and for the future success of your business
66
Exercise
77
======
88

9-
1. Return the length of each dog's name.
10-
2. Return the name of each dog in reverse.
11-
3. Return the first three dogs using `each`
12-
4. Return the first three dogs without using `each`
13-
5. Return each name in the reverse case. For example, "Fido" becomes "fIDO"
14-
6. Return the sum of the length of each dog's name
15-
7. Return an array of `true` and `false` values where the element is `true` if the dog's name is greater than 4 characters long
9+
Read the source code and make the code pass!

0 commit comments

Comments
 (0)