5 lines
117 B
JavaScript

var MULTIPLIER = 5;
MULTIPLIER = (function () {
throw new Error("\"MULTIPLIER\" is read-only");
}(), "overwrite");