---
id: 5ddb965c65d27e1512d44dc6
title: Part 47
challengeType: 0
isHidden: true
---
## 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
### After Test
```html