JSFiddle - React, Tailwind, and code Playground by Jussia September 25, 2019 JavaScript var a = {b: "0"} console.log('defaultVat', a.b, !a.b, !!a.b)