--- id: 5d822fd413a79914d39e990d title: Part 69 challengeType: 0 dashedName: part-69 --- # --description-- Nest four new `div` elements within `bb4c`, give them all the class of `bb4-window`. These will be windows for this building. # --hints-- test-text ```js assert($('.bb4c').children('div.bb4-window').length === 4); ``` # --seed-- ## --seed-contents-- ```html freeCodeCamp Skyline Project
``` # --solutions-- ```html freeCodeCamp Skyline Project
```