---
id: 5ddb965c65d27e1512d44dc2
title: Part 43
challengeType: 0
---
## 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
### After Test
```html