What's wrong with this code?

The comparison operator should be === not =The if block always runsWe can't compare two booleansWe can't save a boolean into a variable

The comparison operator should be === not =.