if (count) { if (count === 1) { parts.push('1 year'); } else { parts.push(count.toString() + ' years'); } }