2018-01-09 15:36:42 +01:00

8 lines
89 B
JavaScript

var t = function (f) {
if (f === void 0) {
f = "foo";
}
return f + " bar";
};