Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 16th, 2019
150
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
let a=0;
let b=1;
let f=0;
for (let n=0; n<50; n++) {
switch(n) {
case 0: f=0; break;
case 1: f=1; break;
default: {
f=a+b;
a=b;
b=f;
}
}
console.log("n="+n+" f="+f);
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
llms.txt
2 hours ago | 0.29 KB
bcachefs readonly
3 hours ago | 551.24 KB
bcachefs after fsck
5 hours ago | 546.92 KB
EM Operational: Why was an EDU link built?
23 hours ago | 1.18 KB
Untitled
1 day ago | 0.05 KB
ChatGPT - Individuelle Anweisung
1 day ago | 1.30 KB
z66is_archive.zip.txt
1 day ago | 5.40 KB
DEFEAT THE SCAMMERS
1 day ago | 0.13 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!