Transform each element — returns new array
Keep elements matching condition
Fold array to single value (sum)
First element matching — or undefined
Index of first match — or -1
True if any element matches
True if all elements match
Flatten 2 levels deep
Map then flatten one level
Check if value exists
Remove duplicates
Numeric sort ascending
Sort strings by property
Copy elements index 1–3 (non-destructive)
Remove 2 items at index 1, insert 'x' (mutates)
Last element (negative indexing)