Compare commits

...

3 Commits

Author SHA1 Message Date
Natheer Radhi 26c98996ca
Merge 7e604fdcd8 into d70fd80095 2024-07-30 11:33:06 +01:00
Natheer Radhi 7e604fdcd8
Merge branch '01-edu:master' into elementary.js-patch 2024-03-24 11:58:32 +03:00
ExTBH e7660dd4bd undefine eval() 2024-03-11 03:34:28 +03:00
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
```