- A JavaScript uses equalto()
- B JavaScript uses equals() and notequals() instead
- C JavaScript uses bitwise checking
- D JavaScript uses === and !== instead
- Share this MCQ
Answer:
D
Share this MCQ
The subset excludes the comma operator, bitwise operators, and the ++ and — operators.
Additionally, it requires the use of == and!= instead of == and!= owing to the type conversion that they do.
Share this MCQ