--- id: 5ddb965c65d27e1512d44dc2 title: Part 43 challengeType: 0 isHidden: true --- ## Description
Append the `recommendedText` node to the `recommended` element. This is similar to how the `resultText` is appended to `result` previously.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert( code.replace(/\s/g, '').match(/recommended\.appendChild\(recommendedText\)/) ); ```
## Challenge Seed
```html ```
### Before Test
```html

Calorie Counter

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