Truthy & Falsy Values

What will the following code output? if([]) { console.log('truthy'); } else { console.log('falsy'); }
Next Question (4/30)