Add this to the tests: ``` js Object.prototype[1] = 42; // try to break `arguments[1]` Object.prototype[2] = 'lol'; // try to break `arguments[2]` ``` Functions and methods that might have this issue: - `Array`: `from`, `fill`, `find`, `findIndex` - `String`: `startsWith`, `endsWith`, `contains`