JSFiddle - React, Tailwind, and code Playground

by Csaba Hellinger

TypeScript

try {
  throw new Error('hello');
} catch (err) {
   console.log(err.message, err.foo);
}