Skip to content

Instantly share code, notes, and snippets.

@alexeygolev
Created July 29, 2016 21:59
Show Gist options
  • Save alexeygolev/88bee00e3f3a4a602d70f58d01a00c79 to your computer and use it in GitHub Desktop.
Save alexeygolev/88bee00e3f3a4a602d70f58d01a00c79 to your computer and use it in GitHub Desktop.
simple-people
const people = [
{ name: 'John', surname: 'Garry' },
{ name: 'Bambi', surname: 'Pinkman' },
{ name: 'Gina', surname: 'JustGina' },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment