Skip to content

Instantly share code, notes, and snippets.

@tiagomatosweb
Last active April 5, 2023 16:13
Show Gist options
  • Save tiagomatosweb/2f1ba06bde77926fb35eb09da7e77598 to your computer and use it in GitHub Desktop.
Save tiagomatosweb/2f1ba06bde77926fb35eb09da7e77598 to your computer and use it in GitHub Desktop.
Desafio #4
[
{
date: '2023-03-20',
description: 'Restaurante X-Burger',
amount: -30
},
{
date: '2023-03-20',
description: 'Cinema',
amount: -45
},
{
date: '2023-03-22',
description: 'Apple store',
amount: -450
},
{
date: '2023-03-22',
description: 'Chingling accessorios',
amount: -45
},
{
date: '2023-03-23',
description: 'Café Maria josé',
amount: -7
},
{
date: '2023-04-01',
description: 'Latam',
amount: -1500
},
{
date: '2023-04-01',
description: 'Salário XYZ',
amount: 5000
},
{
date: '2023-04-01',
description: 'Canaã',
amount: -132
},
{
date: '2023-04-03',
description: 'Freelancing website',
amount: 2000
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment