AF
Size: a a a
AF
E
AF
AF
x
М
М
bc
bc
bc
bc
x
@.
A
A
i
let arr = ['test', , 'word', '', 'element'];
arr.forEach((item, index, object) => {
if (item == undefined || item == '') {
console.log('Элемент найден: ', item)
object.splice(index, 1);
}
});
ym
let arr = ['test', , 'word', '', 'element'];
arr.forEach((item, index, object) => {
if (item == undefined || item == '') {
console.log('Элемент найден: ', item)
object.splice(index, 1);
}
});
i
ym
ym