Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Created March 24, 2019 09:56
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 adrianfaciu/5371ca6f362ed17b5c51b24b45563f44 to your computer and use it in GitHub Desktop.
Save adrianfaciu/5371ca6f362ed17b5c51b24b45563f44 to your computer and use it in GitHub Desktop.
const trace = x => (console.log(x), x)
const two = trace(2); //? 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment