x=4

if (1 < x < 3) {

    // *어떤* x 값이던 참입니다!

    console.log(x)

}

이해가 안되는데?