UNPKG
node-classes
Version:
latest (1.1.1)
1.1.1
the first code
github.com/Ashrithkotla/node_classesin_lpu
Ashrithkotla/node_classesin_lpu
node-classes
/
add.js
4 lines
•
49 B
JavaScript
View Raw
1
2
3
4
const
add
=(a,b)=>a+b; module.exports={
add
}