2 lines
40 B
JavaScript
2 lines
40 B
JavaScript
var t = function (x) { return x * x; };
|
var t = function (x) { return x * x; };
|