What is === operator in JavaScript?

Submitted by: Muhammad
=== is called as strict equality operator which returns true when the two operands are having the same value without any type conversion.
Submitted by: Muhammad

Read Online Expert Developer JavaScript Job Interview Questions And Answers