undefine eval()

This commit is contained in:
ExTBH 2024-03-11 03:34:28 +03:00
parent 6a255bea71
commit e7660dd4bd
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
Math.imul = undefined
eval = undefined
// /*/ // ⚡
export const tests = []
const t = (f) => tests.push(f)

View File

@ -14,4 +14,5 @@ Create 3 functions which each take `(a, b)` as arguments:
```js
Math.imul = undefined
eval = undefined
```