Tell us what’s happening:
Hi everyone, I think I’ve found a bug in step 17 of the Todo App. I’ve followed all the steps and tried everything, but it seems to be malfunctioning and doesn’t pass. Has anyone encountered the same issue and if so, what did you do to pass the test? Thanks for your help!
Your code so far
<!-- file: index.html -->
/* file: script.js */
// User Editable Region
`${titleInput.value.toLowerCase().split(" ").join("-")}`
// 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/129.0.0.0 Safari/537.36
Challenge Information:
Learn localStorage by Building a Todo App - Step 17