--- id: 5ddb965c65d27e1512d44da1 title: Part 08 challengeType: 0 isBeta: true --- ## Description
Now assign the document object you just referenced to a variable named `total`. Since this variable will not change, use `const` to create it.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(/const\s*total\s*=\s*document\.getElementsByClassName\([\'\"\`]cal\-control[\'\"\`]\)/.test(code)); ```
## Challenge Seed
```html ```
### Before Test
```html

Calorie Counter

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