In the third example of the usage of `reduce` method, a blank space is missing in `fn(x,acc) ` like the 2 examples previous -> `fn(x, acc) `
In the third example of the usage of
reducemethod, a blank space is missing infn(x,acc)like the 2 examples previous ->fn(x, acc)