Skip to content

Instantly share code, notes, and snippets.

@alissoncs
Created May 9, 2020 18:53
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 alissoncs/300bd3473218aa06af26446c00612188 to your computer and use it in GitHub Desktop.
Save alissoncs/300bd3473218aa06af26446c00612188 to your computer and use it in GitHub Desktop.
mockAwardsList.js
var mockAwardsList = [
{
id: 1,
name: 'The Game Awards 2019',
price: 199,
},
{
id: 2,
name: 'New York Game Awards ',
price: 99,
},
{
id: 3,
name: 'NAVGTR Awards',
price: 1000,
},
{
id: 4,
name: 'Game Critics Awards',
price: 1299,
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment