setInterval allows us to run a function repeatedly, starting after the ... after 5 seconds stop setTimeout(() => { clearInterval(timerId); ...
確定! 回上一頁