Javascript

Topic: JS Operators

What is === operator ?

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

Browse random answers: