Skip to content

Instantly share code, notes, and snippets.

@myogeshchavan97
Created November 26, 2019 11:39
Show Gist options
  • Save myogeshchavan97/a276b04b52946d749f5695e69b2fc1b0 to your computer and use it in GitHub Desktop.
Save myogeshchavan97/a276b04b52946d749f5695e69b2fc1b0 to your computer and use it in GitHub Desktop.
List of users
const users = [{
firstName: 'David',
lastName: 'Jonhnson',
email: 'david@gmail.com'
}, {
firstName: 'Renn',
lastName: 'Mead',
email: 'renn@gmail.com'
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment