What is the difference between == and === in JavaScript?
Poll
- == checks value only, === checks value and type
- Both are the same
- == is for numbers, === is for strings
- == checks type only, === checks value only