js reduce
2020-05-27 本文已影响0人
Kathy丶Andy
var numbers = [65, 44, 12, 4];
numbers.reduce((a,b) => {
return a + b
})
判断数据类型:
return Object.prototype.toString.call(ps).match(/\s+(\w+)/)[1]
var numbers = [65, 44, 12, 4];
numbers.reduce((a,b) => {
return a + b
})
判断数据类型:
return Object.prototype.toString.call(ps).match(/\s+(\w+)/)[1]