Triple equal sign in javascript means equality without type coercion.
For example:
1=="1" // true, automatic type coersion 1==="1" // false, not the same type.
2.1m questions
2.1m answers
60 comments
57.0k users