Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
petur_stoqnov
Feb 4th, 2021
1,430
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 num1
=
0
;
let num2
=
1
;
let result
=
0
;
return
function
fib
(
)
{
result
=
num1
+
num2
num1
=
num2
;
num2
=
result
return
num1
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Infinite Money Glitch
JavaScript | 1 hour ago | 0.67 KB
✅✅ Earn 18,000$ Monthly Leaked Guide ✅✅
JavaScript | 1 hour ago | 0.67 KB
Trading Method
JavaScript | 1 hour ago | 0.67 KB
✅ INSTANT $370 IN CASH
JavaScript | 1 hour ago | 0.67 KB
Trading Method
JavaScript | 1 hour ago | 0.67 KB
News Nov26 25
Email | 1 hour ago | 23.98 KB
💎 INSTANTCSH METHOD 💎
JavaScript | 2 hours ago | 0.15 KB
💰💰💰 EXCUSIVE TRADING GUIDE 💰💰💰
JavaScript | 2 hours ago | 0.07 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!