---
id: 5ddb965c65d27e1512d44db3
title: Part 28
challengeType: 0
---
## Description
If you look near the bottom of the HTML page, notice that there is currently an empty `div` element: ``.
We will be inserting output inside this `div`, telling the user if they are in a calorie surplus or deficit.
Create a variable named `output` and set it equal to this division element with the `id` of `output`.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(/const\s*output\s*=\s*document\.getElementById\([\'\"\`]output[\'\"\`]\)/.test(code))
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html