How to pass an Array object to the setInterval function
- by coderex
I want to pass an object array to the setTimer function in Javascript.
setTimer("foo(object_array)",1000);
am getting error on this code.
Note:Sorry ! some correction in my question : Is it possible in setInterval() function.