4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
setInterval(() => {
|
|
// Starting an interval to stay alive.
|
|
}, 1000);
|