Expert Developer JavaScript Question:

Download Job Interview Questions and Answers PDF

What is === operator in JavaScript?

Expert JavaScript Developer Interview Question
Expert JavaScript Developer Interview Question

Answer:

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

Download Expert JavaScript Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Which symbol is used for comments in Javascript?What would be the result of 3+2+"7″?