This commit is contained in:
Natheer Radhi 2024-09-12 21:53:51 +01:00 committed by GitHub
commit 0f56e46d9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
```