Review Algorithmic Thinking by Building a Dice Game - Step 6

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

Hi there!

If the above code you added, passed the challenge, then it should be removed form your topic. Posting solution code is not allowed here on the forum.
@paulotoureiro

1 Like

Hi there @hasanzaib1389,

The above code did not pass the challenge. It is however very close to the final solution.
I will ommit unnessary lines that would certainly help anyone who stumbles over this.

I was just curious about the potential erroneous nature of the hint I got in response to the one line I will leave in my OP .

Again, not even sure this was the correct place to post this. If not I do sinerely appologise.

Thanks for the heads-up about posting solutions.
Have a great day.

1 Like

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

1 Like