Open esraashoor opened 3 weeks ago
https://github.com/AyaEhab7/Quiz-Game-project/blob/f3f090a2dbbea5b06537c8d9eed2182b278cc6ff/js/app.js#L81
The function counntDowntTimer()contains a typo. It should be countDownTimer(). It’s important to keep names consistent and avoid errors like this, which could confuse future developers.
counntDowntTimer()
countDownTimer()
PR opened, waiting for the merge @esraashoor @AyaEhab7
https://github.com/AyaEhab7/Quiz-Game-project/blob/f3f090a2dbbea5b06537c8d9eed2182b278cc6ff/js/app.js#L81
The function
counntDowntTimer()
contains a typo. It should becountDownTimer()
. It’s important to keep names consistent and avoid errors like this, which could confuse future developers.