I dont know whats going on. Heres my code:
setInterval(testI(),1000);
function testI(){
console.log("I ran");
}
It then runs the function once but does not repeat. I tried running it in both chrome and firefox and got the same result. I am very confused.