Khi tôi giảm mảng, tôi đang cố gắng lấy số 0, nhưng tôi không hiểu rõ hoạt động của hàm
[].reduce(function(previousValue, currentValue){
return Number(previousValue) + Number(currentValue);
});
kết quả
TypeError: Reduce of empty array with no initial value
Có vẻ như nếu mảng trống, tôi không thể giảm nó
[""].reduce(function(previousValue, currentValue){
return Number(previousValue) + Number(currentValue);
});
kết quả
""
Nếu phần tử duy nhất trong mảng là một chuỗi rỗng, hãy truy xuất một chuỗi rỗng