For loops out five arrays, how to call the function setIntervalForTime () and display it.

for(let i=0;i<this.collectionList.length;iPP){
    this.$post("", { token: this.token, Id: this.collectionList[i].Id }).then(res => {
    this.OpenTime = res.info
    this.setIntervalForTime()
    });
}

this.OpenTime = res.info
how to write the above code?
this.setIntervalForTime ()
how do I call it 5 times?

Aug.01,2021

does not understand what
setIntervalForTime is
is called directly five times, you have looped

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b483d0-2c8ff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b483d0-2c8ff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?