JS Coding Questions Logo
JS Coding Questions
#10🎯 Exercise💻 Code

JavaScript Coding Exercise 10

Advertisement

728x90
javascript
1console.log(1 < 2 < 3);
2
3console.log(3 > 2 > 1);

Choose the correct output:

A
true, true
B
true, false
C
SyntaxError, SyntaxError,
D
false, false

Advertisement

Responsive Ad
10of86