---
id: 5d8a4cfbe6b6180ed9a1ca4a
title: Part 107
challengeType: 0
---
## Description
Create another variable named `percent` and set it equal to `d.data.value` divided by your `sum` variable.
## Instructions
## Tests
```yml
tests:
- text: test-text
testString: assert(/const\s*percent\s*=\s*d\s*\.\s*data\s*\.\s*value\s*\/\s*sum;?/g.test(code));
```
## Challenge Seed
```html
```
### Before Test
## Solution