a==1,2,3?

Run Settings
LanguageJavaScript
Language Version
Run Command
//Javascript: Can (a ==1 && a== 2 && a==3) ever evaluate to true? • r/programming console.log("Hello World!"); let a = { i:0, toString:function(){ return this.i++; } } for(let i=0;i<10;i++){ if(a==1&&a==2&&a==3){ console.log("true",a); } }
Editor Settings
Theme
Key bindings
Full width
Lines