--- id: 5d8a4cfbe6b6180ed9a1ca29 title: Step 76 challengeType: 0 dashedName: step-76 --- # --description-- The circles have been added to two of the lines and look good, on to the last one. On a new line, create another empty selection like you did before. Use the string: `instagram-circles` this time. # --hints-- test-text ```js assert( /lineGraph\s*\.\s*selectAll\s*\((`|'|")\s*instagram-circles\1\s*\)/g.test( code ) ); ``` # --seed-- ## --before-user-code-- ```html