Skip to content

Instantly share code, notes, and snippets.

View vessaro's full-sized avatar

Matheus Vessaro vessaro

View GitHub Profile
const compras = [
{
data: "2022-08-01",
produtos: [
{
cod: 1,
qtd: 10,
valor_unitario: 123,
},
{
@vessaro
vessaro / fezinha.js
Created June 21, 2022 16:18
🤞 🍀
const QUINA = {
size: 5,
max: 80,
}
const MEGA = {
size: 6,
max: 60,
}