JSFiddle - React, Tailwind, and code Playground

JavaScript

var obj = {};
obj.A = "Hello";
alert("A" in obj);
alert("B" in obj);