Arr.sum() - constraint

Yes, b is the name of the iterator. If you do not supply a name, item is the default. This gives you the flexibility of declaring a name that is more useful to you, especially when nesting iterators. In this example, since the iterator name is repeated so many times, a shorter name might be more useful.

1 Like