jeudi 2 août 2018

Why 3 > 2 > 1 return false while 1 < 2 < 3 return true?

Why 3>2>1 returns false while 1 < 2 < 3 returns true?

console.log(1 < 2 < 3);
console.log(3 > 2 > 1);

Aucun commentaire:

Enregistrer un commentaire