() {
return a.i++;
}
}
if(a == 1 && a == 2 && a == 3) {
console.log('Hello World!');
}
How are we receiving a console log?
Please can anyone explain?
when comparison is checked with == the first thing that is checked is either toString or valueOf
Обсуждают сегодня