Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
achshar
Oct 20th, 2012
73
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
var
con
=
{
3
:
'Fizz'
,
5
:
'Buzz'
}
;
for
(
var
i
=
1
;
i
<=
20
;
i
++
)
{
var
done
=
''
;
for
(
var
j
in
con
)
{
if
(
i
%
j
===
0
)
done
+=
con
[
j
]
;
}
console.
log
(
(
done
!==
''
)
?
done
:
i
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Exploit 500$ in 10 minutes 🔥 🚨🔥
JavaScript | 1 min ago | 0.18 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 3 min ago | 0.15 KB
🔥 EASY PROFIT GUIDE ✅ Working 🔥 ✅🚨
JavaScript | 3 min ago | 0.18 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 5 min ago | 0.15 KB
💎 Instant Money Method 💎 🚨💎
JavaScript | 5 min ago | 0.18 KB
💎 Free Crypto Method 💎 🔥🔥
JavaScript | 7 min ago | 0.18 KB
⭐⭐⭐Crypto Accounts⭐⭐
Java | 8 min ago | 0.15 KB
💵 Crypto Swap Glitch ✅ Easy money 🔥 🚨🔥
JavaScript | 9 min ago | 0.18 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!