What are the falsy values in Javascript

{ // deep_execution_view
const authorName = "Ankit Agrawal";
//
const publishDate = "December 21, 2021";

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
}

Add this website to your home screen?