Truthy & Falsy Values

What will this code output? const emptyString = ''; console.log(emptyString ? 'truthy' : 'falsy');
Next Question (25/30)