2 lines
49 B
JavaScript
2 lines
49 B
JavaScript
module.exports = function (x) { return x + 100 }
|
module.exports = function (x) { return x + 100 }
|