Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Alternating Sign Fibonacci
//JavaScript-C24.2.0 (SpiderMonkey) print("Hello, world!"); var second = 1; var first = 0; var rest; var sigma; for (i=0;i<100;i++) { rest=first-second; first=second; second=rest; print(i+": "+rest); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
2-D Kinematics with accurate air drag
JS exam part 2 - Find the property
Javascript Basics If statements
Alternating Sign Fibonacci
Bhbhbh
An awkward iteration
class Stack
2k Dreamin
Copy of "Javascript is Weird"
zeroMatrix
stackse - search stackoverflow differently
Please log in to post a comment.