В
Size: a a a
В
В
KL
const ids = [];
const values = [];
for(const curr of yourArray){
ids.push(curr.id);
values.push(curr.value);
}
return { ids, values }
В
const ids = [];
const values = [];
for(const curr of yourArray){
ids.push(curr.id);
values.push(curr.value);
}
return { ids, values }
AC
const ids = [];
const values = [];
for(const curr of yourArray){
ids.push(curr.id);
values.push(curr.value);
}
return { ids, values }
KL
KL
for
я сразу понимаю, что у меня здесь сайд эффекты и надо быть внимательнымKL
AC
KL
c
c
c
M
M
M
M
M
M