JSFiddle - React, Tailwind, and code Playground by irinablue May 25, 2022 JavaScript var test = { a: 1 }; var test2 = { a: 1 }; console.log(Object.is(test, test));