Nilai Falsy

// falsy values in javascript

1) false
2) 0, -0, 0n
3) null
4) undefined
5) NaN
6) "", '', `` // empty string
Inquisitive Iguana