Add exactly one click listener, on #list, so that clicking any item updates #picked to that item's data-name. Do not attach a listener to each <li>.
Acceptance criteria
- 1.Clicking "Beta" sets #picked to "beta".
- 2.Clicking "Gamma" sets #picked to "gamma".