Learn Form Validation by Building a Calorie Counter - Step 14

keeps telling i didnt do the task they asked in 14 javascript step, but i did as you can see in the code.
please helo me, whats wrong?

<script src="./script.js"></script>
```

}

/* file: script.js */

// User Editable Region

const calorieCounter = document.getElementById('calorieCounter');

Hi @agnerage

The middle part of the id attribute value needs a hyphen and a lowercase letter c.

Happy coding

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.