in src/Calculator.js [97:102]
validateInput(input) { if (!Number.isInteger(input.netmask)) { return false; } return true; }