How to pass an Array object to the setInterval function
        Posted  
        
            by coderex
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by coderex
        
        
        
        Published on 2009-08-14T05:06:45Z
        Indexed on 
            2010/04/11
            23:33 UTC
        
        
        Read the original article
        Hit count: 248
        
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.
© Stack Overflow or respective owner