0

I am not able to understand why 3>2>1 returns false while 1<2<3 returns true .

alert(" is 3>2>1 " + 3>2>1 ) // false

alert(" is 1<2<3 " + 1<2<3 ) // true
Bhupendra
  • 1,196
  • 16
  • 39

0 Answers0