Pass each element in the current matched set through a function, producing a new Array containing the return values. Mimics jquery.each
Parameter | Type | Description |
---|---|---|
fn | function | A function to iterate all the Elements of the Collection. |
Returns
Type | Description |
---|---|
Array | The array containing the return values. |