Fixed! 🎉

Assigning a value (= instead of == or ===) always returns that value in the expression.

Fix

Use == or === instead of =.