Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am syamashige on github.
* I am syamashige (https://keybase.io/syamashige) on keybase.
* I have a public key ASASjK8vx9tHpO-kepuRO53SkjrG_4-bCOd3MBVEjMvpWQo
To claim this, I am signing this object:
@syamashige
syamashige / functions.md
Created January 6, 2016 05:45 — forked from jaywon/functions.md
Functions

Functions

Functions are great, they take data (input), do stuff with that data and then return it to you all shiny and fancy (output).

Below are some specifications for Functions to be built.

Declare Two Variables

  • a random Number value
  • b random Number value

We will be using both of these variables to pass as parameters to the following functions that we will write. Pay close attention to the other variable names you will create as they will become input to other functions.