UNPKG

irfan-calcultor

Version:

This is 2nd Assigment

4 lines 79 B
const Subtract = (a, b) => { return a-b; } module.exports = Subtract;