DEV Community

Discussion on: Can (aᅠ == 1 && a == 2 && ᅠa == 3) equal true?

Collapse
 
zasuh_ profile image
Žane Suhadolnik

Maybe with the === operator?

Collapse
 
gmartigny profile image
Guillaume Martigny

As long as it's 3 different variables, the === operator will not be helpful. This is a "magic" trick, not a bug ;)