---
id: 5ddb965c65d27e1512d44db1
title: Part 26
challengeType: 0
isHidden: true
---
## Description
Now that we have `total` and `maxCalories`, we need to find out the difference between them.
Create a variable named `difference` and set it equal to `total - maxCalories`
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(/const\s*difference\s*\=\s*total\s*\-\s*maxCalories?/.test(code));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html