Type

Issues when changing == to ===
Why would you use === instead of ==? Should you ever use == in JavaScript? What is the difference between == and === in JS? Why do we prefer === and !...