Javascript fundamentals
What is the difference between == and === and Object.is in javascript?https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness
double equals (==) will perfo
...