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