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
+= works fine.
+=
var str = "stack"; str += "overflow"; console.log(str); //alert(str); Use firebug!!
stackoverflow