rewrite... TWO!!

This commit is contained in:
Toshit Chawda 2024-12-13 18:46:58 -08:00
parent 6d03da6d85
commit 6edad29dbb
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
9 changed files with 273 additions and 135 deletions

View file

@ -0,0 +1,6 @@
function f(g = globalThis, l = location) {
check(g);
check(l);
}
f();