JSFiddle - React, Tailwind, and code Playground

by irinablue

JavaScript

var test = { a: 1 };
var test2 = { a: 1 };
console.log(Object.is(test, test));