dfdf

dffdf
Anonymous
abap
12/11/2021 11:59 AM
248 B
15
Indexable
const cart = [
    {
        name: 'Jabłko',
        sz: 1
    },
    {
        name: 'Gruszka',
        sz: 2
    },
    {
        name: 'Śliwka',
        sz: 4
    }
];
Editor is loading...