UNPKG
irfan-calcultor
Version:
latest (1.0.0)
1.0.0
This is 2nd Assigment
irfan-calcultor
/
Multiply.js
9 lines
(4 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
Multiply
=
(a, b) => {
return
a*b; }
module
.
exports
= Multiply;