2014-10-10 09:15:24 +11:00

4 lines
41 B
JavaScript

var t = function(x) {
return x * x;
};