DEV Community

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

Collapse
 
theodesp profile image
Theofanis Despoudis

Changing var to let will give you a hint

Collapse
 
superkarolis profile image
Karolis Ramanauskas

That's right! Although for the hint to be useful you have to know that let throws an exception if you try to redeclare a variable.