String InterpolationWhat's the value of output? const output = `Soon we must all choose between what is ${[] ? 'right' : 'wrong'} and what is ${(() => false) ? 'difficult' : 'easy'}`; Select one:Soon we must all choose between what is right and what is easySoon we must all choose between what is right and what is difficultSoon we must all choose between what is wrong and what is easySoon we must all choose between what is wrong and what is difficultSubmit