--- id: 5ddb965c65d27e1512d44dc6 title: Step 47 challengeType: 0 dashedName: step-47 --- # --description-- Append the `consumed` element to `output`. # --hints-- See description above for instructions. ```js assert(code.replace(/\s/g, '').match(/output\.appendChild\(consumed\)/)); ``` # --seed-- ## --before-user-code-- ```html

Calorie Counter

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