What is === operator?

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

Read Online JavaScript Job Interview Questions And Answers