Tell us what’s happening:
or some reason my code is not accepted. From all my research it appears I have the correct solution. There is a dotted line under the ‘c’ from clean. I have resetted the step numerous time. Closed my browser and reopened it. I can not figure out why my solution does not work.
Your code so far
<!-- file: index.html -->
/* file: script.js */
// User Editable Region
const currVal = cleanInputStream(item.value);
// User Editable Region
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Challenge Information:
Learn Form Validation by Building a Calorie Counter - Step 61