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