If you want a line of JavaScript code to check whether a variable is less than 100, which of the following lines of code does NOT contain a logic error?
(1 point)
Responses
var <= 100
var <= 100
var < 100
var < 100
var == 100
var == 100
var > 100
1 answer
var < 100