JSFiddle - React, Tailwind, and code Playground

by musicreader

JavaScript

function test(){
  try {
  return "result";
} 
finally {
  console.log("test");
}
}

console.log(test());