JSFiddle - React, Tailwind, and code Playground JavaScript var t= { x: 0, y: 'string', v: 10000 }; alert(!t.x); alert(!t.y); alert(!t.v);