Dear .
I have Array issues and with the code below , audio files will play at the same time , I want audio files play by fourth in turn .
Please Help me
example :
cons array = [
{ key : '1' , src : 'http://.abc.wav' },
{ key : '2' , src : 'http://.xyz.wav' },
{ key : '3' , src : 'http://.cvx.wav' }
]
const renderAudio = () => {
return array.map((item, id) => {
return ;
});
};
renderAudio()

Dear .
I have Array issues and with the code below , audio files will play at the same time , I want audio files play by fourth in turn .
Please Help me
example :
cons array = [
{ key : '1' , src : 'http://.abc.wav' },
{ key : '2' , src : 'http://.xyz.wav' },
{ key : '3' , src : 'http://.cvx.wav' }
]
const renderAudio = () => {
return array.map((item, id) => {
return ;
});
};
renderAudio()
