Post by @19451024 • Hey

When you compare objects using `===` or `==` in JavaScript, it checks for reference equality, not structural equality. In the `checkName` function, you are

Stats

Comments