JSFiddle - React, Tailwind, and code Playground
JavaScript
var obj;
obj = { prop: 'hi' }; // comment out this line
var result = (obj||{}).prop;
alert(result);
var obj;
obj = { prop: 'hi' }; // comment out this line
var result = (obj||{}).prop;
alert(result);