Skip to content

Commit 3c4bf85

Browse files
Merge pull request #95 from topcoder-platform/TCA-534_fix-25-5-testcase
TCA-534 - fix 25-5 testcase -> dev
2 parents 13bad54 + 3aebc50 commit 3c4bf85

File tree

1 file changed

+1
-0
lines changed
  • curriculum/challenges/english/03-front-end-development-libraries/front-end-development-libraries-projects

1 file changed

+1
-0
lines changed

curriculum/challenges/english/03-front-end-development-libraries/front-end-development-libraries-projects/build-a-25-5-clock.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,7 @@ When a countdown reaches zero (NOTE: timer MUST reach 00:00), a sound indicating
11181118
}
11191119
});
11201120
// start the 25 + 5 clock
1121+
document.getElementById('beep').volume = 0;
11211122
Array.of('start_stop').map((buttonId) => document.getElementById(buttonId)).forEach((key) => {
11221123
if (key && typeof key.click === 'function') {
11231124
key.click();

0 commit comments

Comments
 (0)