DEVFYI - Developer Resource - FYI

What is === operator ?

JavaScript Interview Questions and Answers


(Continued from previous question...)

72. What is === operator ?

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

(Continued on next question...)

Other Interview Questions