Skip to content

Instantly share code, notes, and snippets.

@leocavalcante
Created November 11, 2011 12:52
Show Gist options
  • Save leocavalcante/1357930 to your computer and use it in GitHub Desktop.
Save leocavalcante/1357930 to your computer and use it in GitHub Desktop.
fibonacci
for (var i=0,n=1;i<=21;n=(i+=n)-n) i;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment