Basic JavaScript Question:

What is === operator?

Tweet Share WhatsApp

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 PDF Read All 114 JavaScript Questions
Previous QuestionNext Question
What are undefined and undeclared variables? How to find the selected radio button immediately using the 'this' variable?