Which Boolean expression checks if a condition is False? code example
Example: check if value is boolean
if (typeof variable === "boolean"){
// variable is a boolean
}
if (typeof variable === "boolean"){
// variable is a boolean
}