One of the following JavaScript expressions will correctly test that the variable input is greater than 0 and less than 100. The other one isn't even syntactically correct. State which is which and explain.
Expression 1:
0 < input < 100
Expression 2:
(0< input) && (input < 100)
11 years ago
A+ Answer
NOT RATED
Purchase the answer to view it

- s1023.docx