Example Resulting value of x
var h = ["a","b","c","d"];
var x = h.join("&");
a&b&c&d