JSFiddle - React, Tailwind, and code Playground JavaScript 'use strict'; var b = {}[true]; alert(b); // undefined b = !{}[true]; alert(b); // true