UNPKG

sum-two-numbers-by-37

Version:

simle sum of two numbers

6 lines (4 loc) 82 B
function sumTwoNumbers(x, y) { return x + y; } module.exports = sumTwoNumbers;