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)
}
by Viet27th
try {
try {
throw new Error("loi 1")
} catch(error) {
console.log(11)
}
} catch(error) {
console.log(22)
}