Множественное сравнение JavaScript

//You can only do this in Javascript:
(x < y) && (y >= z)
athul