5 lines
58 B
JavaScript
5 lines
58 B
JavaScript
"use strict";
|
|
|
|
var t = function(i, x) {
|
|
return i * x;
|
|
}; |