Tell us what’s happening:
I think there may be a bug in the hint when using “” or ‘’ incorrectly instead of `` the hint mentions a problem with scoreInputs at the provided index should be enabled instead of bringing attention to scoreSpans.
I am not sure about this or if anyone would even normally make this sort of mistake, I am very much a newbie but thought I would mention just in case.
Just to be clear I have passed this step successfully and I hope that I am not breaking any rules by posting this. <3
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
const updateRadioOption = (index, score) => {
solution deleted by request of OP
};
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0
Challenge Information:
Review Algorithmic Thinking by Building a Dice Game - Step 6