25 + 5 Clock audio test failing

I have been able to pass 28/29 user stories but i keep on failing one particular one with regards to the audio.


but the audio plays when it’s 00:00. Can anyone help me out?
link to code: A Pen by Moro Owusu Afriyie (codepen.io)

I have fixed it :upside_down_face: :upside_down_face: :wink: using this line of code

useEffect(()=>{
    if(displayTime===0){
       playAudio();
    }
  },[displayTime]);

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.