--- id: 5d822fd413a79914d39e9925 title: Part 92 challengeType: 0 dashedName: part-92 --- # --description-- Nest three new `div` elements in the first `fb3a` element. Give them each a class of `fb3-window`. These will be windows for this section. # --hints-- test-text ```js assert($('.fb3 div.fb3a:first-child').children('div.fb3-window').length === 3); ``` # --seed-- ## --seed-contents-- ```html freeCodeCamp Skyline Project
``` # --solutions-- ```html freeCodeCamp Skyline Project
```