JSFiddle - React, Tailwind, and code Playground

by Jussia

JavaScript

var a = {b: "0"}
console.log('defaultVat', a.b, !a.b, !!a.b)