This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bba7bfd280
RosettaCodeData
/
Task
/
Binary-digits
/
JavaScript
/
binary-digits-2.js
8 lines
104 B
JavaScript
Raw
Blame
History
console
.
log
(
[
5
,
50
,
9000
]
.
map
(
function
(
n
)
{
return
(
n
)
.
toString
(
2
)
;
}
)
.
join
(
'\n'
)
)
Reference in New Issue
View Git Blame
Copy Permalink