If you want a line of JavaScript code to check whether two variables are the same, which of the following lines of code does NOT contain a logic error?
A. a == b
B. a < b
C. b < a
D. a + b = 0
1 answer
D. a + b = 0
A. a == b
B. a < b
C. b < a
D. a + b = 0
1 answer