--- id: 5d8a4cfbe6b6180ed9a1ca3f title: Step 98 challengeType: 0 dashedName: step-98 --- # --description-- On a new line, `append` a `path` element to your `pieGraphData` variable. This is where you will start to draw the pie chart. # --hints-- test-text ```js assert(/pieGraphData\s*\.\s*append\s*\((`|'|")path\1\s*\)/g.test(code)); ``` # --seed-- ## --before-user-code-- ```html