Showing posts with label JavaScript Operators - '===' Operator. Show all posts
Showing posts with label JavaScript Operators - '===' Operator. Show all posts

Tuesday, December 6, 2016

JavaScript Operator === vs == - Q&A

Question:

What is the difference between the '==' operator to '===' ?

Answer


While the '==' operator compare value only (if needed, making some type conversion on the way) the '===' operator compare both type and value .