НС
Size: a a a
НС
НС
НС
let objecta = []
{
id: 1,
distance: 12
},
{
id: 2,
distance: 42
},
{
id: 3,
distance: 32
}
YR
НС
YR
S
const sum = new (function() {
this.value = 1;
return (x) => {
this.value += 1;
return this.value;
}
})
НС
const sum = new (function() {
this.value = 1;
return (x) => {
this.value += 1;
return this.value;
}
})