Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
06-checkingBits
tr00per92
Jul 15th, 2014
708
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
function
bitChecker
(
value
)
{
return
(
(
value
>>
3
)
&
1
)
==
1
;
}
console.
log
(
bitChecker
(
333
)
)
;
console.
log
(
bitChecker
(
425
)
)
;
console.
log
(
bitChecker
(
2567564754
)
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Earn 18,000$ Monthly Leaked Guide
JavaScript | 3 sec ago | 0.67 KB
✅✅✅ Instant Money Method ✅✅✅
JavaScript | 35 sec ago | 0.67 KB
RockASM (CC:Tweaked Turtle)
Lua | 42 sec ago | 0.16 KB
✅✅✅ FREE BTC GUIDE ⭐ Working ✅✅✅
JavaScript | 1 min ago | 0.67 KB
🔥🔥🔥 Best $ Method
JavaScript | 1 min ago | 0.16 KB
🔥🔥🔥 Best $ Method
JavaScript | 1 min ago | 0.16 KB
Infinite Money Glitch
JavaScript | 1 min ago | 0.67 KB
NEW EASY METHOD $$$ ⭐ ✅📌
JavaScript | 1 min 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!