Skip to content

Instantly share code, notes, and snippets.

@rahaug
Created April 30, 2020 13:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahaug/7cc6c36babf3d65850deb20af5b6d1d7 to your computer and use it in GitHub Desktop.
Save rahaug/7cc6c36babf3d65850deb20af5b6d1d7 to your computer and use it in GitHub Desktop.
Users array
users: [
{name: 'Alex', hobbies: ['coding', 'movies', 'techno party', 'boardgames']},
{name: 'Rolf', hobbies: ['golf', 'food', 'dancing']},
{name: 'Maria', hobbies: ['coding', 'swimming', 'boardgames']}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment