function add()

in sample-nodejs-app/calculator.js [42:44]


function add(num1, num2) {
  return num1 + num2;
}