You need to create an anonymous function so the actual function isn’t executed right away.
setInterval( function() { funca(10,3); }, 500 );
You need to create an anonymous function so the actual function isn’t executed right away.
setInterval( function() { funca(10,3); }, 500 );