Step: Order: sort_by, unique
Order: sort_by, unique
sort_by(f)sorts an array by the value off(ascending).sortsorts scalars directly;uniquesorts and dedupes;reverseflips order.
Your turn: sort the products by price, then list just their names (cheapest first).
Input:
Expected:
Step 20 of 27