Created
May 17, 2015 16:59
-
-
Save RobAWilkinson/a4f0812bf9e5e22934d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ name: "fido", breed: "Labrador"}, | |
{ name: "rex", breed: "Doberman"}, | |
{ name: "sparky", breed: "pitbull"}, | |
{ name: "mocha", breed: "Bichon Frise"}, | |
{ name: "tiara", breed: "chihuahua" }, | |
{ name: "capper", breed: "border collie"} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment