Basic JavaScript Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
What are undefined and undeclared variables? | How to find the selected radio button immediately using the 'this' variable? |