--- id: 5ddb965c65d27e1512d44dc0 title: Part 41 challengeType: 0 isBeta: true --- ## Description
Create a text node and assign it to a variable named `recommendedText`. This is similar to how your created the `resultText` element previously.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(/const\s*recommendedText\s*=\s*document\.createTextNode\([\'\"\`]?\s*[\'\"\`]?\)/.test(code)); ```
## Challenge Seed
```html ```
### Before Test
```html

Calorie Counter

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