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.
1.4m articles
1.4m replys
5 comments
57.0k users