JSFiddle - React, Tailwind, and code Playground

JavaScript

var a = {}

try {
   var b = a.b.c
} catch(e) {
   alert(e);
}