Is there thing like pass by value pass by reference in JavaScript ?
        Posted  
        
            by Anil Namde
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Anil Namde
        
        
        
        Published on 2010-05-14T14:52:06Z
        Indexed on 
            2010/05/14
            14:54 UTC
        
        
        Read the original article
        Hit count: 241
        
JavaScript
When i started learning function in C++ its all around pass by value and reference. Is there something similar we have in javascript ?
If yes/not how it works in case of javascript?
Thanks all.
© Stack Overflow or respective owner