//

                

       

Dice Roller

                               
       
   
//


St Albans 1

Click on completed Match Score to display Match Details.

Day Date Competition Home Team Away Team Res Match Score Comment

// // Dice Roller Program function rollDice(){ const numOfDice= document.getElementById("numOfDice").value; const diceResult= document.getElementById("diceResult"); const diceImages= document.getElementById("diceImages"); const values= []; const images= []; console.log(`Hello`); for (let i=0; i< numOfDice; i++){ // const value= Math.floor(Math.random()*6) + 1 ; // values.push(value); // images.push(``); } // diceResult.textContent = `dice: ${values.join(`, `)}`; // diceImages.innerHTML = images.join(``); } //