You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an 86 char script which does not use quine cheating to preserve js semantics of getting a new instance every time the expression is evaluated. but it could become
which is only 83 chars by using quine cheating but using JSON.parse() on a quine cheated string to preserve js semantics shaving off a whole 3 chars in this case
The text was updated successfully, but these errors were encountered:
currently becomes
an 86 char script which does not use quine cheating to preserve js semantics of getting a new instance every time the expression is evaluated. but it could become
which is only 83 chars by using quine cheating but using
JSON.parse()
on a quine cheated string to preserve js semantics shaving off a whole 3 chars in this caseThe text was updated successfully, but these errors were encountered: