2014-11-23 16:15:39 +11:00

4 lines
55 B
JavaScript

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