04. Javascript Guide Booleans and Equality
Javascript, just like any other language uses boolean to represent logical true or false. It has two reserved keywords true
and false
to represent a boolean value. Booleans are mostly comparative results as it will compare a value to another and check equality generally. Javascript compared to other languages have both strict and loose comparisons that we should mind when using. Lets start to explore more on Javascript Booleans and Equality