Skip to content

Instantly share code, notes, and snippets.

@tmikov
Created April 5, 2024 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmikov/fbcadcf80621c0cdf0a95d0d64d30ff4 to your computer and use it in GitHub Desktop.
Save tmikov/fbcadcf80621c0cdf0a95d0d64d30ff4 to your computer and use it in GitHub Desktop.
A small JS file
print("Hello");
function small(a, f) {
globalThis.inner = [];
globalThis.inner.push( function () {
a[f(a)] = a[f(a+0) + 5];
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment