Skip to content

Instantly share code, notes, and snippets.

View laurentjacob's full-sized avatar
🚀

Laurent Jacob laurentjacob

🚀
View GitHub Profile

Keybase proof

I hereby claim:

  • I am laurentjacob on github.
  • I am ricanare (https://keybase.io/ricanare) on keybase.
  • I have a public key ASDx2SWSD-1TN1-8eR7b1Wxj7an161P1WnJo0q9pHnSDqAo

To claim this, I am signing this object:

@laurentjacob
laurentjacob / partialApply-1.js
Last active August 1, 2018 19:21
Code for partialApply blog post
function add (x, y, z) {
return x + y + z;
}