Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
ilianrusev
Feb 18th, 2022
92
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
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;
n1 = n2;
n2 = nextNumber;
return n1;
}
return getNumber;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
21 min ago | 11.09 KB
Quotes- Ballpark for IMs
17 hours ago | 1.61 KB
Untitled
18 hours ago | 7.62 KB
BlackBox.java
Java | 20 hours ago | 1.41 KB
MM rando seed 3/4
1 day ago | 26.53 KB
Untitled
1 day ago | 8.43 KB
Untitled
1 day ago | 7.38 KB
Untitled
1 day ago | 9.90 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!