Skip to content

Commit

Permalink
undefine eval()
Browse files Browse the repository at this point in the history
  • Loading branch information
ExTBH authored and HarryVasanth committed Dec 13, 2024
1 parent e92dd65 commit 8e018fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/tests/elementary_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Math.imul = undefined
eval = undefined
// /*/ // ⚡
export const tests = []
const t = (f) => tests.push(f)
Expand Down
1 change: 1 addition & 0 deletions subjects/elementary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ Create 3 functions which each take `(a, b)` as arguments:
```js
Math.imul = undefined
eval = undefined
```

0 comments on commit 8e018fc

Please sign in to comment.