Skip to content

Instantly share code, notes, and snippets.

View JamesKnippel's full-sized avatar

James Knippel JamesKnippel

  • !
  • Cape Canaveral
View GitHub Profile
@rexfordkelly
rexfordkelly / Fib functions - iterative.
Last active April 22, 2017 19:33
Examples of implementing iterative solutions for fib in js
**Fib Explored.**
The following is based on some notes i've made while working through fib toy problems with others.
```
/**
Simple iterative Fib sequence generator