Skip to content

Instantly share code, notes, and snippets.

@RenatoLopes771
Created December 22, 2021 20:54
Show Gist options
  • Save RenatoLopes771/c40282c175d70aa5f30ab9a2232b0d4f to your computer and use it in GitHub Desktop.
Save RenatoLopes771/c40282c175d70aa5f30ab9a2232b0d4f to your computer and use it in GitHub Desktop.
Cringe JavaScript
console.log(
`Test ${() => ""}`
);
// Output:
// Test () => ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment