var t = function () { var f = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "foo"; return f + " bar"; };