Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save theknoosh/c07360350234eaa0ab826b66de2c5835 to your computer and use it in GitHub Desktop.
Save theknoosh/c07360350234eaa0ab826b66de2c5835 to your computer and use it in GitHub Desktop.
A saved mob programming session with Learn Teach Code!
// If we all shook each others' hands once (and only once),
// how many handshakes would that be??
// Write a function that calculates how many handshakes will
// occur for a given number of people.
function count(){
for (people = 5; people > )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment