mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-17 22:01:24 -04:00
fix(curriculum): Move blank line inside callback (#57134)
This commit is contained in:
@@ -495,8 +495,8 @@ keepScoreBtn.addEventListener("click", () => {
|
||||
if (round > 6) {
|
||||
setTimeout(() => {
|
||||
alert(`Game Over! Your total score is ${score}`);
|
||||
|
||||
}, 500);
|
||||
|
||||
}
|
||||
} else {
|
||||
alert("Please select an option or roll the dice");
|
||||
|
||||
Reference in New Issue
Block a user