JSFiddle - React, Tailwind, and code Playground

by dougneiner

JavaScript

var dog = {};

dog.dog = dog;

var h = $.extend(true, { hello: true }, dog);


console.dir(dog);