`reduce` starts with the first element, you might ...
# getting-started
k
reduce
starts with the first element, you might be confusing it with
fold
which does take an explicit starting value. In your examples the lambda is never even run.