1.

What does javascript use instead of == and !=?

A. It uses bitwise checking
B. It uses === and !== instead
C. It uses equals() and notequals() instead
D. It uses equalto()
Answer» C. It uses equals() and notequals() instead


Discussion

No Comment Found