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

The correct line of code that does NOT contain a logic error for checking whether a variable is less than 100 is:

var < 100