This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
JavaScript objects cannot be compared:
// x is an object let x = new Number(500); // y is an object let y = new Number(500); document.getElementById("demo").innerHTML = (x==y);