Sunday, May 21, 2017

Show the structure of Booleans?

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.