This problem came from the Colt Steele Udemy JS Bootcamp. He is introducing Node, and the problem is to average an array. I had to review my array summing options. I did it two ways — the first using the forEach() method, and the second using the reduce() method. Once I have the sum of […]