← Code LabJavaScript0/50 solved · 0%
Data structures · medium

26. Map & Set

Keyed collections and uniqueness.

Write `uniqueSenders(txs)` returning an array of distinct `from` values, in first-seen order.
Required in your answer: new Set