Last updated 4 years ago
Was this helpful?
const twiceAsOld = (dadYearsOld, sonYearsOld) => Math.abs((dadYearsOld - sonYearsOld) - sonYearsOld);