Is it possible to pass a variable by reference in javascript

Hello

Now that it’s been a while and Unity 4 is out is it possible to pass a variable by reference in javascript yet as you can in C#?

Cheers

Not explicitly. Only if the variable is already a reference type.