commit c328e8173827941e1a485a63076d8e030375bbe9 parent 18d7a907395ad330b2af78d140141623d725d112 Author: finwo <finwo@pm.me> Date: Sun, 28 Dec 2025 11:41:15 +0100 Removed unneeded prototype pollution Diffstat:
| M | 2025/08/index.js | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/2025/08/index.js b/2025/08/index.js @@ -2,10 +2,6 @@ const fs = require('node:fs'); -String.prototype.splice = function (start, deleteCount, ...newElements) { - return this.slice(0, start) + `${(newElements||[]).join('')}` + this.slice(start + deleteCount); -} - const connectionlimit = 10; const input = fs