JSFiddle - React, Tailwind, and code Playground
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');
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');