module.exports = (age, gap) => { return `In ${gap} years you will be ${Number(age) + gap}
` }