JSFiddle - React, Tailwind, and code Playground

by zdam

JavaScript

var a = {};

a.b = a.b || [];


alert(a);
alert(a.b);