We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd09c0 commit de684e9Copy full SHA for de684e9
README.md
@@ -6,10 +6,4 @@ You have a bunch of dogs in an array and for the future success of your business
6
Exercise
7
======
8
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
+Read the source code and make the code pass!
0 commit comments