JSFiddle - React, Tailwind, and code Playground

by Sahin Deniz

JavaScript

try{
	throw undefined;
}
catch(e){
console.log(e);
}