Skip to content

Instantly share code, notes, and snippets.

@kluu1
Last active April 2, 2020 10:52
Show Gist options
  • Select an option

  • Save kluu1/32e4111196200ab9e716e909ac26ab2f to your computer and use it in GitHub Desktop.

Select an option

Save kluu1/32e4111196200ab9e716e909ac26ab2f to your computer and use it in GitHub Desktop.
const orders = [
{
userId: 1778,
amount: 600,
createdAt: '1563816223063.0',
},
{
userId: 1781,
amount: 250,
createdAt: '1563965186852.0',
},
{
userId: 1765,
amount: 450,
createdAt: '1563977700287.0',
}
];
module.exports = orders;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment