JSFiddle - React, Tailwind, and code Playground
by fergmux
JavaScript
const x = {a: 'b'}
const y = {b: 'c'}
console.log(x === y, x == y)
console.log(x === x, x == x)
by fergmux
const x = {a: 'b'}
const y = {b: 'c'}
console.log(x === y, x == y)
console.log(x === x, x == x)