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