JS

JavaScript Fundamentals 2 - Relational expressions...

20.

Which of the following relational expressions will evaluate to true in JavaScript?

x > y

x = y

x <= y

x && y