JSFiddle - React, Tailwind, and code Playground by zdam March 27, 2012 JavaScript var a = {}; a.b = a.b || []; alert(a); alert(a.b);