Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ Explain the difference between "==" and "==="?

"==" checks only for equality in value whereas "===" is a stricter equality test and returns false if either the value or the type of the two variables are different.

 176 views

More Questions for you: