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 been able to pass 28/29 user stories but i keep on failing one particular one with regards to the audio.
I have fixed it
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.