Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ What is === operator in JavaScript?

=== is called as strict equality operator which returns true when the two operands are having the same value without any type conversion.

 195 views

More Questions for you: