JS

JavaScript Fundamentals 1 - Comparison operator lo...

19.

What is the result of the following expression?

5 > 3 && 10 < 8

true

false

SyntaxError

ReferenceError