<script>
// Usage
setTimeoutTimes(() => console.log(window.performance.now()), 1000, 3)
// 1000
// 2000
// 3000
// TODO : Implement
function setTimeoutTimes(fn, delay, times) {
// Ваш код здесь
}
</script>
Поиск
<script>
// Usage
setTimeoutTimes(() => console.log(window.performance.now()), 1000, 3)
// 1000
// 2000
// 3000
// TODO : Implement
function setTimeoutTimes(fn, delay, times) {
// Ваш код здесь
}
</script>