UNPKG
test-random-ashish
Version:
latest (1.0.0)
1.0.0
Testing Node function
gitlab.com/ashishinvetech/ashish-random-no
test-random-ashish
/
index.js
3 lines
•
79 B
JavaScript
View Raw
1
2
3
module
.
export
=
function
addntwono
(
num_one, num_two
){
return
(num_one+num_two); }