Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
6. Bit Checker
a guest
Jul 23rd, 2014
67
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
bitChecker
(
value
)
{
value
=
value
&
8
>>
3
;
return
value
===
1
;
}
console.
log
(
bitChecker
(
333
)
)
;
console.
log
(
bitChecker
(
425
)
)
;
console.
log
(
bitChecker
(
2567564754
)
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐Crypto Exchange Profit Method⭐ C
JavaScript | 1 sec ago | 0.31 KB
⭐ Instant Profit Method ⭐
JavaScript | 1 sec ago | 0.32 KB
⭐ Free ETH Method ⭐
JavaScript | 5 sec ago | 0.32 KB
Exchange Exploit
JavaScript | 9 sec ago | 0.32 KB
✅ MAKE $900 INSTANTLY
JavaScript | 12 sec ago | 0.32 KB
⭐ChangeNOW Bug (Get more on BTC swaps) C
JavaScript | 13 sec ago | 0.31 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 15 sec ago | 0.32 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 20 sec ago | 0.32 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!