1977 JavaScript Quizzes

Câu hỏi

Kết quả là gì?

const output = `Soon we must all choose between what is ${
  [] ? 'right' : 'wrong'
} and what is ${(() => false)() ? 'difficult' : 'easy'}`;

console.log(output);