What are the falsy values in Javascript

Falsy values are the values that return false.There are six falsy values in JavaScript.

UndefinedA primitive value
NullBlank value
NanNot a number
0/-0The zero and negative zero
“”Empty string
FalseA false keyword