What's wrong with this code?
The comparison operator should be
===
not
=
The if block always runs
We can't compare two booleans
We can't save a boolean into a variable
The comparison operator should be
===
not
=
.