Home | Mailing List | Blog | Tutorial Videos

String Interpolation

What'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: