---
id: 5ddb965c65d27e1512d44db8
title: Part 33
challengeType: 0
isHidden: true
---
## Description
Inside the parentheses of `.createTextNode()`, add `+ ' Calorie '` after `Math.abs(difference))`.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(/const\s*resultText\s*=\s*document\.createTextNode\(\s*Math\.abs\(\s*difference\s*\)\s*\+\s*[\'\"\`]\s*Calorie\s*[\'\"\`]\s*\)/.test(code));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html