JSFiddle - React, Tailwind, and code Playground

by Viet27th

JavaScript

try {
	try {
  	throw new Error("loi 1")
  } catch(error) {
  	console.log(11)
    
  }
	
} catch(error) {
	console.log(22)
}