I have set up a setInterval function which repeats a function every 1 second for 5 seconds. Right now, the function is only initially activated AFTER 1 second of the setInterval being initiated. Is there a way to initially activate the function the moment the setInterval starts?