JSFiddle - React, Tailwind, and code Playground
by WoJWoJ
JavaScript
if (1===1) {
if (2===2) {
console.log("aaa")
return
}
console.log("should not be reached")
}
by WoJWoJ
if (1===1) {
if (2===2) {
console.log("aaa")
return
}
console.log("should not be reached")
}