Skip to main content

Handle a list with one listener (event delegation)practice exercise

HTML5andCSS3 logoPRACTICE

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. 1.Clicking "Beta" sets #picked to "beta".
  2. 2.Clicking "Gamma" sets #picked to "gamma".
  • Northcorp Software
  • Accenture
  • Helpshift
  • Mundrisoft Solutions
  • Nielsen
  • PayPay Corporation
1
0 × 0

Output ready when you are

Press Run to render your code, or Submit to validate your solution.