#12 Javascript Booleans | JavaScript Course in Tamil (தமிழில்) | M R Kishore Kumar
A JavaScript Boolean represents one of two values: true or false.
Boolean Values
Very often, in programming, you will need a data type that can only have one of two values, like
YES / NO
ON / OFF
TRUE / FALSE
For this, JavaScript has a Boolean data type. It can only take the values as true or false.
#javascript #tamil