Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
fibonacci - js advanced
Liliana797979
Oct 1st, 2021
177
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
getFibonator
(
)
{
let n1
=
0
;
let n2
=
1
;
function
getNumber
(
)
{
let nextNumber
=
n1
+
n2
;
n2
=
n1
;
n1
=
nextNumber
;
return
nextNumber
;
}
return
getNumber
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐⭐
Java | 1 sec ago | 0.06 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐⭐
Java | 5 sec ago | 0.06 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 10 sec ago | 0.26 KB
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐⭐
Java | 13 sec ago | 0.06 KB
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐⭐
Java | 16 sec ago | 0.06 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐⭐
Java | 24 sec ago | 0.08 KB
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐⭐
Java | 27 sec ago | 0.08 KB
⭐⭐⭐Swapzone Glitch (Working)⭐⭐⭐
Java | 34 sec ago | 0.08 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!