--- id: 5ddb965c65d27e1512d44da7 title: Part 14 challengeType: 0 --- ## Description
Inside the function body, insert `return meal.value`, since it is the value of the individual `cal-control` inputs that we want. If you want, console log `total` to see what results you are getting.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert( code.replace(/\s/g, '').match(/\(function\(meal\)\{returnmeal\.value\;?\}\)/) ); ```
## Challenge Seed
```html ```
### Before Test
```html

Calorie Counter

Sex
Breakfast
Lunch
Dinner
```
### After Test
```html ```
## Solution
```html ```