--- id: 5ddb965c65d27e1512d44dbe title: Step 39 challengeType: 0 dashedName: step-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

Calorie Counter

Sex
Breakfast
Lunch
Dinner
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```