You can’t disable end process lol.
JavaScript doesn’t have control over that >:D
You also can’t freeze a variable…
But you made it const.
Learn JavaScript lol
Also:
const theactualwebuser22 = Thewebuser22;
theactualwebuser22.isGood = "ya";
theactualwebuser22.betterthanall = true;
Ibhect,freeze(theactualwebuser22);