--- id: 5ddb965c65d27e1512d44da4 title: Step 11 challengeType: 0 dashedName: step-11 --- # --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. # --hints-- See description above for instructions. ```js ``` # --seed-- ## --before-user-code-- ```html

Calorie Counter

Sex
Breakfast
Lunch
Dinner
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```