--- id: 5d8a4cfbe6b6180ed9a1ca2d title: Step 80 challengeType: 0 dashedName: step-80 --- # --description-- Apply the appropriate `cursor` style for these circles. # --hints-- test-text ```js assert($('svg circle')[18].style.cursor === 'pointer'); ``` # --seed-- ## --before-user-code-- ```html