Skip to content

Instantly share code, notes, and snippets.

@abrarShariar
Created June 24, 2020 06:07
Show Gist options
  • Save abrarShariar/f5c4f3a764f8570af83d044ae004c0d2 to your computer and use it in GitHub Desktop.
Save abrarShariar/f5c4f3a764f8570af83d044ae004c0d2 to your computer and use it in GitHub Desktop.
data structure
const purchases = [
{
records: [
{ price: 100 },
{ price: 200 }
]
},
{
records: [
{ price: 400 },
{ price: 500 }
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment