Booleans can only have two values: true or false. such as-
var x = true;
var y = false;
Booleans are often used in conditional testing.
Anybody will learn more about conditional testing laterfrom tutorial tutorial.
var x = true;
var y = false;
Booleans are often used in conditional testing.
Anybody will learn more about conditional testing laterfrom tutorial tutorial.