I\'m trying to compare to boolean value in a if. I would like to do something like this:
if
value1 = false; value2 = true; if (value1 === value2) {