Skip to content

Instantly share code, notes, and snippets.

@jbmilgrom
Last active September 22, 2019 21:19
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 jbmilgrom/33e70c0d2ce89e37bc406600d38a29e7 to your computer and use it in GitHub Desktop.
Save jbmilgrom/33e70c0d2ce89e37bc406600d38a29e7 to your computer and use it in GitHub Desktop.
Arbitrary data can be the subject of functional behavior
const space = (w1, w2) => `${w1} ${w2}`;
space('hello', 'world'); // => "hello world"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment