Skip to content

Instantly share code, notes, and snippets.

@bpinedah
Created April 6, 2018 18:18
Show Gist options
  • Save bpinedah/1d2a5c2a75df7da15a262643e8923c65 to your computer and use it in GitHub Desktop.
Save bpinedah/1d2a5c2a75df7da15a262643e8923c65 to your computer and use it in GitHub Desktop.
Functional programming article
const myFunction = (factorX, factorY) => factorX === factorY;
myFunction(9, 9); // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment