Skip to content

Commit

Permalink
removed unnecessary instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-aaron committed Nov 5, 2024
1 parent 8def7e7 commit dcf58d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ As we code, save and refresh the browser tab running Matchy. Your work will begi
4. [ ] Using **bracket notation** give `animal` a **property** called `name` with a value of your animal`s name.
5. [ ] Using either notation, give `animal` a **property** called `noises` with a value of empty array.
6. [ ] Print your `animal` Object to the console by adding, `console.log(animal);`,
7. [ ] Save your work (command-s || ctrl-s), switch back to the browser tab with your website running, and refresh your page to see what `animal` looks like.
8. [ ] It should be something like:
7. [ ] It should be something like:
~~~JS
{ species: 'duck', name: 'Jennifer', noises: [] }
~~~
Expand Down

0 comments on commit dcf58d7

Please sign in to comment.