--- id: 5d822fd413a79914d39e991d title: Part 84 challengeType: 0 dashedName: part-84 --- # --description-- Add your `window-wrap` class to `fb2b` to position the new window elements. # --hints-- test-text ```js assert($('.fb2b.window-wrap').length === 1); ``` # --seed-- ## --seed-contents-- ```html freeCodeCamp Skyline Project
``` # --solutions-- ```html freeCodeCamp Skyline Project
```