--- id: 5ddb965c65d27e1512d44dca title: Step 51 challengeType: 0 dashedName: step-51 --- # --description-- When the user clicks the "Add Entry" button, they should be provided with additional text inputs to enter in a food name and calorie amount. These will be included in the `calculate()` function. In the HTML document, notice that the "Add Entry" button has the `id` attribute `add`: ```html
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```