var t = function (t) { if (t === undefined) t = "foo"; return t + " bar"; };