Skip to content

Instantly share code, notes, and snippets.

@koyanloshe
Last active April 17, 2020 08:34
Show Gist options
  • Save koyanloshe/c7933e6a453c63322ddbd151eb48937b to your computer and use it in GitHub Desktop.
Save koyanloshe/c7933e6a453c63322ddbd151eb48937b to your computer and use it in GitHub Desktop.
Software composition by Eric Eliott #Javascript #fp
const trace = label => value => {
console.log(`{$label} : {$value}`);
return value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment