--- id: 5ddb965c65d27e1512d44dbe title: Part 39 challengeType: 0 dashedName: part-39 --- # --description-- Add the `line` to the `output` element using the `appendChild()` method. # --hints-- See description above for instructions. ```js assert(code.replace(/\s/g, '').match(/output\.appendChild\(line\)/)); ``` # --seed-- ## --before-user-code-- ```html