Clicking a product's Add button should add its data-price to the running total shown in #total. The total starts at 0.
Acceptance criteria
- 1.Clicking Add on the £20 item once shows 20.
- 2.Clicking it twice shows 40 (the total accumulates).
Clicking a product's Add button should add its data-price to the running total shown in #total. The total starts at 0.
Output ready when you are
Press Run to render your code, or Submit to validate your solution.