Skip to content

Instantly share code, notes, and snippets.

@morrow
Last active December 29, 2015 00:29
Show Gist options
  • Select an option

  • Save morrow/7586414 to your computer and use it in GitHub Desktop.

Select an option

Save morrow/7586414 to your computer and use it in GitHub Desktop.
CoffeeSecript source code for the letsrevolutionizetesting.com code puzzle
getNextUrl = (url="challenge") ->
$.getJSON url, (r) ->
getNextUrl(r.follow) if r.follow
console.log r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment