We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
group
iterator
internal group function should call iterator with 3 arguments
iterator.call(context, value, index);
to
iterator.call(context, value, index, obj);