Skip to content

Instantly share code, notes, and snippets.

@antimatter15
Created August 24, 2016 17:36
Show Gist options
  • Save antimatter15/d885daecfd09d73280fec08b1cf86102 to your computer and use it in GitHub Desktop.
Save antimatter15/d885daecfd09d73280fec08b1cf86102 to your computer and use it in GitHub Desktop.
Adding Probes
function addone(x){
return x + 1
}
addone(addone(addone(addone(1))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment