JSFiddle - React, Tailwind, and code Playground

by ClarenceDowns

JavaScript

try{
console.log('this is first');
nofun();
console.log('this should not run');
}catch(err){
console.log('Jump to this ' + err.message);
}

console.log('This is last');