Review Algorithmic Thinking by Building a Dice Game - Step 6

Tell us what’s happening:

I have written my code till now but it still dosent work

Your code so far

<!-- file: index.html -->

/* file: styles.css */

/* file: script.js */
// User Editable Region

const updateRadioOption = (index,score) => {

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Review Algorithmic Thinking by Building a Dice Game - Step 6

The “updateRadioOption” should be a function, not a variable.

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