UNPKG

irfan-calcultor

Version:

This is 2nd Assigment

4 lines 75 B
const Divide = (a, b) => { return a/b; } module.exports = Divide;