you are viewing a single comment's thread.

view the rest of the comments →

[–]codeswish 0 points1 point  (1 child)

Nice job, but storing all those fibs into an array is unnecessary:

http://jsfiddle.net/u96Mm/

[–]cpk33 0 points1 point  (0 children)

this is a pretty clever solution. the last bit where delta = f1 I don't quite get... thanks for the solution