Hey i dont know if that is possible but i want to set a given variable in js by reference.
What i want to do is, that each time i pass a string to t
Javascript does not support passing parameters by reference.
This link offers a good breakdown and some workarounds- Passing by Value or reference