Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Feb 10th, 2020
149
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
"use strict"
let countBits = function(n) {
n = (n).toString(2);
let arr = n.split("");
let count = 0;
for (let a of arr) {
if (+a == 1) {
++count
}
}
console.log(count);
};
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
📌 Free Crypto Method 🔥 🚨
JavaScript | 1 min ago | 0.20 KB
⭐ 💎 Exchange profit method 🚨 🔥
JavaScript | 22 min ago | 0.20 KB
Untitled
C# | 23 min ago | 0.59 KB
Untitled
C# | 26 min ago | 2.84 KB
Untitled
C# | 27 min ago | 13.56 KB
✅ 💡 ChangeNOW Profit Exploit 💎 💵
JavaScript | 42 min ago | 0.20 KB
PlayerControl.cs
C# | 1 hour ago | 1.32 KB
✅ 💎 Instant BTC Profit Method ✅ Working 🚨 🔥
JavaScript | 1 hour ago | 0.20 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!