These puzzles just disappear when you used immutable data. Problem solved. #ClojureScript
---
RT @ravinwashere
JavaScript Quiz 🏆
Comment the output of this code?
let x = 5;
let y = new Number(5);
console.log( x == y);
console.log( x === y);
Also, let me know the reason for your answer below!
A: true and false
B: false and false
C: true and true
https://twitter.com/ravinwashere/status/1443643154658316288