Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/index.js Secret

Created May 21, 2020 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasramp/928d79338891d25bedebc047b2ba100b to your computer and use it in GitHub Desktop.
Save kasramp/928d79338891d25bedebc047b2ba100b to your computer and use it in GitHub Desktop.
const dummyUsers = [
{ id: 1, firstName: "John", lastName: "Wick", age: 41 },
{ id: 2, firstName: "Joe", lastName: "Doe", age: 35 },
{ id: 3, firstName: "Brad", lastName: "Pitt", age: 50 }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment