function subtract()
in
sample-nodejs-app/calculator.js [46:48]
3
lines of code
1
McCabe index (conditional complexity)
function subtract(num1, num2) { return num1 - num2; }