Answers

Question and Answer:

  Home  JavaScript

⟩ What is === operator?

In JavaScript === is strict equality operator ,it returns true only when the two operands are having the same value without any type conversion.

 162 views

More Questions for you: