Is there thing like pass by value pass by reference in JavaScript ?
- by Anil Namde
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.