2015-01-21 23:04:31 +11:00

4 lines
55 B
JavaScript

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