DEV Community

bomoniyi
bomoniyi

Posted on

Falsy Values in JS

// false
// 0
// ''
// null
// undefined
// NaN

everything else is truthy

Top comments (0)