From 43e2119e356a2996bf14b819e06af3566323a519 Mon Sep 17 00:00:00 2001 From: Albrey Bristo-Brown Date: Wed, 8 Oct 2014 19:46:35 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a99227f..1146adc 100644 --- a/README.md +++ b/README.md @@ -14,20 +14,22 @@ Create an array. Using a native array method… -- Add a noise to the beginning of the `noiseArray`. +- Add a noise your animal would make to the beginning of the `noiseArray`. - Add another noise to the end of the `noiseArray`. Using Bracket Notation… -- add another noise to the end. +- add another noise in between each the two noises you've already placed inside the array. -Inspect the `noiseArray` +Inspect the `noiseArray` in the console: - What is the length? - What is the last index? How is it different than the length? - Inspect your handiwork! What does it look like? +- Now use the length property to find the length. +- Access the last index in the array using some sort of notation. Nest the Array in the Object - Put the `noiseArray` inside the animal object on the noises property. Your result should look like this: