UNPKG

irfan-calcultor

Version:

This is 2nd Assigment

9 lines (4 loc) 89 B
const Multiply = (a, b) => { return a*b; } module.exports = Multiply;