Skip to content

Instantly share code, notes, and snippets.

@iwilsonq
Created March 23, 2019 21:52
Show Gist options
  • Save iwilsonq/a890c7164f73f88581d6d1bf36728945 to your computer and use it in GitHub Desktop.
Save iwilsonq/a890c7164f73f88581d6d1bf36728945 to your computer and use it in GitHub Desktop.
/* the type system knows that the arguments and the return value are ints here */
let add = (a, b) => a + b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment