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