Browse Source

undefine eval()

pull/2490/head
ExTBH 8 months ago
parent
commit
e7660dd4bd
  1. 1
      js/tests/elementary_test.js
  2. 1
      subjects/elementary/README.md

1
js/tests/elementary_test.js

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

1
subjects/elementary/README.md

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

Loading…
Cancel
Save