UNPKG

shivani.js

Version:

Demos for CDAC Training

9 lines (8 loc) 212 B
//These modules are created as global functions without module.exports.... //math.js add = function(first ,second){ return first + second; } subtract = function(first, second){ return first - second; }