--- id: 5ddb965c65d27e1512d44da4 title: Part 11 challengeType: 0 --- ## Description
Log `meal.value` to the console, enter a number in the Breakfast input and hit the Calculate button. You'll notice that it displays what you entered.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: '' ```
## Challenge Seed
```html ```
### Before Test
```html

Calorie Counter

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