0 / 60 seg.

What will be the output of the console.log statement in the following code snippet?

let name = 'Emma';
console.log(`Hello, ${name.length > 5 ? 'long name' : 'short name'}!`);