Y
Size: a a a
Y
СМ
СМ
Ю
СМ
СМ
return newBlobNames;
Ю
return newBlobNames;
СМ
СМ
Ю
СМ
Ю
СМ
const uploadImages = (images) => {
const newBlobNames = [];
if (images) {
images.map(img => {
...
});
}
return newBlobNames;
}
const result = uploadImages(event.logos);
СМ
СМ
Ю
СМ
Ю