---
id: 5ddb965c65d27e1512d44da7
title: Part 14
challengeType: 0
isBeta: true
---
## 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
### After Test
```html