--- id: 5d8a4cfbe6b6180ed9a1ca1e title: Step 65 challengeType: 0 dashedName: step-65 --- # --description-- Add the `append` function to the selection, and use it to add `circle` elements. This will add the nine `circle` elements for your Twitter circles. They will be invisible to start, but the elements are there. # --hints-- test-text ```js assert($('svg circle').length === 9); ``` # --seed-- ## --before-user-code-- ```html