addition_number_mk
v1.0.3
Published
Given number addition
Readme
What is This?
Add the given number
Instruction
Run npm i AddGivenNumber
Use
import AddNumber from 'AddGivenNumber'
AddNumber(5,10)
Result
Output : 15Parameter
Need a two parameter to which you want to add the two value
