JSFiddle - React, Tailwind, and code Playground
JavaScript
try {
document.write(x === undefined);
document.write('<br />(No error)');
} catch(ex) {
document.write('(An error)');
}
document.write('<br />');
document.write(typeof x === 'undefined');