// 0, -0, {}, null, 1, -1, '0', NaN, 'false', undefined, [], ''를 Truthy와 Falsy로 분류해보세요. const check = ''; if (check) { console.log('Truthy면 보입니다!') }