Skip to content

Instantly share code, notes, and snippets.

@danhollick
Created August 24, 2017 13:35
Show Gist options
  • Select an option

  • Save danhollick/cb7b31791d8ff18715bcde749636a8f5 to your computer and use it in GitHub Desktop.

Select an option

Save danhollick/cb7b31791d8ff18715bcde749636a8f5 to your computer and use it in GitHub Desktop.
<JavaScript >
module.exports = {
Fruits: [
{ type: "Apple" },
{ type: "Orange" },
{ type: "Pear" },
{ type: "Banana" },
{ type: "Plum"}
]
}
</JavaScript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment