Skip to content

Instantly share code, notes, and snippets.

@slota
Last active March 26, 2016 21:02
Show Gist options
  • Save slota/91161ef4b4bcdf245cbf to your computer and use it in GitHub Desktop.
Save slota/91161ef4b4bcdf245cbf to your computer and use it in GitHub Desktop.

##Leap

My Code

Responder(1) here Greg's code is way better than mine, he uses an awesome return value and boolean logic so that he only needs one line of code.

Responder(2) here This guy really did an interesting way, he did something similar to Greg but broke out his code into a lot of different fuctions.

Responder(3) here This person did it more similar to my solution except he or she used no else's and the code looks very good imho.

Responder(4) here This guy did some interesting logic here where he didn't really nest the logic as much as I did.

Responder(5) here This girl did a kewl one liner to return true if it's good, and return false if the conditions aren't met

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment