--- id: 5d822fd413a79914d39e991c title: Part 83 challengeType: 0 dashedName: part-83 --- # --description-- Nest three `div` elements within `fb2b` and give them a class of `fb2-window`. These will be windows for this section of the building. # --hints-- test-text ```js assert($('.fb2b').children('div.fb2-window').length === 3); ``` # --seed-- ## --seed-contents-- ```html freeCodeCamp Skyline Project
``` # --solutions-- ```html freeCodeCamp Skyline Project
```