Discuss / JavaScript / 练习1

练习1

Topic source
    return arr.reduce(function(x,y){
                    return x*y;
            });

  • 1

Reply