AyaEhab7 / Quiz-Game-project

0 stars 1 forks source link

typo #2

Open esraashoor opened 3 weeks ago

esraashoor commented 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.

Rachad-Alabi-ADEKAMBI commented 2 weeks ago

PR opened, waiting for the merge @esraashoor @AyaEhab7