JSFiddle - React, Tailwind, and code Playground

by ClarenceDowns

JavaScript

try {
console.log('Start');
unicycle;
console.log('never reached');

} catch(err){
console.log('an error has occurred ' + err);

} finally{
console.log('this will always run')

}
console.log('execution continues');