Skip to content

Instantly share code, notes, and snippets.

@haocong
Created August 1, 2017 02:37
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 haocong/106d07ed3a29fa22d2908dc77dc6ba8d to your computer and use it in GitHub Desktop.
Save haocong/106d07ed3a29fa22d2908dc77dc6ba8d to your computer and use it in GitHub Desktop.
tapping-for-quick-debugging
function tap(x, fn = x => x) {
console.log(fn(x));
return x;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment