--- id: 5ddb965c65d27e1512d44dc6 title: Part 47 challengeType: 0 --- ## Description
Append the `consumed` element to `output`.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert( code.replace(/\s/g, '').match(/output\.appendChild\(consumed\)/) ); ```
## Challenge Seed
```html ```
### Before Test
```html

Calorie Counter

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