--- id: 5d8a4cfbe6b6180ed9a1ca2a title: Step 77 challengeType: 0 dashedName: step-77 --- # --description-- Add the three functions necessary to append the new circle elements. Remember that they won't actually be visible yet. # --hints-- test-text ```js assert($('svg circle').length === 27); ``` # --seed-- ## --before-user-code-- ```html