Comparisons in JS

5 + 3 - 2 > 10 && true
True
False
(true && false) || false && 10 + 5
True
False
(7 * 2 + 4) / 3 == 6 || 2 + 2 == 4
True
False
(20 / 5) + 3 == 7 && 10 > 5
True
False
(10 * 2 - 5) > 15 && 4 + 3 == 7
True
False
{"name":"Comparisons in JS", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"5 + 3 - 2 > 10 && true, (true && false) || false && 10 + 5, (7 * 2 + 4) \/ 3 == 6 || 2 + 2 == 4","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Make your own Survey
- it's free to start.