Tell us what’s happening:
User editable area gets smaller after page refreshing. I refreshed the page and my newly written code (including comments) now looks like it should not be edited
Your code so far
<!-- file: index.html -->
/* file: script.js */
// User Editable Region
const updateScore = (selectedValue, achieved) => {
// User Editable Region
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36
Challenge Information:
Review Algorithmic Thinking by Building a Dice Game - Step 9