-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
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 ;
});
};
Metadata
Metadata
Assignees
Labels
No labels
