Q. What are the different alternatives of == and != in JavaScript? (A) It uses bitwise checking (B) It uses === and !== instead (C) It uses equals() and notequals() instead (D) It uses equalto() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) It uses === and !== instead