const forty = 40; const { add } = require('./other'); const sum = add(forty, 2); module.exports = sum;