let x = 1; ob: { x = 2; for (let ob = 5; ob < 6; ob++) { x = 3; } break ob; x = 4; } console.log(x);
ob
break ob