[0, 1, 2, 3, 4].reduce(function(accumulateur, valeurCourante, index, array){ return accumulateur + valeurCourante; }, 10);