Basic JavaScript Question:
Download Questions PDF

What is === operator?

Answer:

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

Download JavaScript Interview Questions And Answers PDF

Previous QuestionNext Question
What are undefined and undeclared variables? How to find the selected radio button immediately using the 'this' variable?