Skip to content

Instantly share code, notes, and snippets.

@grantsheppard
Created April 6, 2017 03:19
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 grantsheppard/526d12957d6b05b6c97f3cce3b4c11dc to your computer and use it in GitHub Desktop.
Save grantsheppard/526d12957d6b05b6c97f3cce3b4c11dc to your computer and use it in GitHub Desktop.
const DATA = [
{ id: 1, name: 'USA', description: 'Land of the Free, Home of the brave' },
{ id: 2, name: 'Brazil', description: 'Sunshine, beaches, and Carnival' },
{ id: 3, name: 'Russia', description: 'World Cup 2018!' }
].reverse()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment