--- id: 5d8a4cfbe6b6180ed9a1ca4a title: Step 107 challengeType: 0 dashedName: step-107 --- # --description-- Create another variable named `percent` and set it equal to `d.data.value` divided by your `sum` variable. # --hints-- test-text ```js assert( /const\s*percent\s*=\s*d\s*\.\s*data\s*\.\s*value\s*\/\s*sum;?/g.test(code) ); ``` # --seed-- ## --before-user-code-- ```html