Answer:
In JavaScript === is strict equality operator ,it returns true only when the two operands are having the same value without any type conversion.
Previous Question | Next Question |
What are undefined and undeclared variables? | How to find the selected radio button immediately using the 'this' variable? |